outlet-restful-api
v0.5.4
Published
Attempt to make a RESTful API server using websockets
Readme
Outlet
Attempt to make a RESTful API server using websockets
Limitations
Server:
- Responses have to include
id: request.idas a request identifier
Client:
- Needs to
.connect() - There is a slight delay between connection and server ready. Client already knows and has an interval of 25ms (default) between retries.
Examples
A boilerplate/example has been moved to https://github.com/polruzafa/outlet-example
Dependencies
ws
