Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
23c14c032c | |||
c92dae809f |
@ -40,8 +40,8 @@ let mySmartsocket = new smartsocket.Smartsocket({
|
||||
|
||||
// optional:
|
||||
// run this with anothoer existing server like express
|
||||
declare var someExpressServer // read the express docs about how express actually works
|
||||
mySmartsocket.setServer(someExpressServer)
|
||||
declare var someExpressServer; // read the express docs about how express actually works
|
||||
mySmartsocket.setServer(someExpressServer);
|
||||
|
||||
// A "SocketRole" can be referenced by "SocketFunction"s.
|
||||
// All "SocketRequest"s carry authentication data for a specific "SocketRole".
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartsocket",
|
||||
"version": "1.1.15",
|
||||
"version": "1.1.16",
|
||||
"description": "easy and secure websocket communication, TypeScript ready",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user