Compare commits

..

2 Commits

Author SHA1 Message Date
23c14c032c 1.1.16 2018-03-17 17:52:36 +01:00
c92dae809f format README 2018-03-17 17:52:31 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@ let mySmartsocket = new smartsocket.Smartsocket({
// optional: // optional:
// run this with anothoer existing server like express // run this with anothoer existing server like express
declare var someExpressServer // read the express docs about how express actually works declare var someExpressServer; // read the express docs about how express actually works
mySmartsocket.setServer(someExpressServer) mySmartsocket.setServer(someExpressServer);
// A "SocketRole" can be referenced by "SocketFunction"s. // A "SocketRole" can be referenced by "SocketFunction"s.
// All "SocketRequest"s carry authentication data for a specific "SocketRole". // All "SocketRequest"s carry authentication data for a specific "SocketRole".

View File

@ -1,6 +1,6 @@
{ {
"name": "smartsocket", "name": "smartsocket",
"version": "1.1.15", "version": "1.1.16",
"description": "easy and secure websocket communication, TypeScript ready", "description": "easy and secure websocket communication, TypeScript ready",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",