template-api
v2.9.3
Published
useful tools to create a node.js API server using hemera
Downloads
39
Readme
template-api
interface
- the set of methods for a pluginhandler
- incoming HTTP request / WebSocket / CLI methodserver
- using an interface, connect a transport to modelsmodel
- execute backend business logictransport
- method of getting messages betweenclients
andservers
auth
auth.load
- id
auth.login
- username
- password
auth.register
- data
auth.update
- id
- data