amoeba.io-socket-server
v0.2.2
Published
Socket server for amoeba.io
Downloads
3
Readme
#Socket server for amoeba.io See also https://github.com/amoebaio/amoeba.io-socket-client
##Installation
npm install amoeba.io-socket-server
##Usage
amoeba = new Amoeba();
amoeba.path("auth").as(...);
new SocketServer(amoeba, {
"port": 8090
});