Fortune WebSocket
This is a WebSocket implementation for Fortune.js, which implements a wire protocol based on MessagePack.
$ npm install fortune-ws --save
Usage
Consult the source code or the documentation website for more information.
const fortuneWS = require('fortune-ws')
const server = fortuneWS(instance, change, options, callback)
const promise = fortuneWS.request(client, options, state)
const listener = fortuneWS.sync(client, instance)
The browser version includes the client implementations but not the server.
License
This software is licensed under the MIT license.