Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 440 Bytes

Socket and Sessions

Start

npm init
git init, README.md, .gitignore
install npm module --save

server-01: Simple Session Implementation

server-02: Session with Redis as sessionStore

server-03: Session with custom session id

server-04: Login (post userName and store in session)

server-05: Simple chat with session, redis, socket.io for pub/sub

server-06: Simple chat with redis for pub/sub