Skip to content

Commit 671728f

Browse files
committed
Initial Draft
0 parents  commit 671728f

File tree

6 files changed

+2314
-0
lines changed

6 files changed

+2314
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Websocket Livecode
2+
3+
Mainly used [Socket.io](https://socket.io) as a Websocket platform but Socket.io does much more than just websockets.
4+
5+
### Authentication
6+
7+
I do not deal with authenticating users through websockets, you can find more information about that here: https://stackoverflow.com/questions/19548009/user-authentication-using-socket-io
8+
9+
[socketio-jwt](https://github.com/auth0-community/socketio-jwt)
10+
[jsonwebtoken](https://github.com/auth0/node-jsonwebtoken)
11+
12+
### Demo
13+
14+
`nodemon server.js`

0 commit comments

Comments
 (0)