https://github.com/adelura/socket.io-express-solution
https://github.com/adelura/socket.io-express-solution
express express-js javascript node-js nodejs socket-io sockets stackoverflow websocket websockets
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adelura/socket.io-express-solution
- Owner: adelura
- Created: 2014-07-10T18:20:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-07-18T07:51:20.000Z (6 months ago)
- Last Synced: 2025-07-18T11:34:36.760Z (6 months ago)
- Topics: express, express-js, javascript, node-js, nodejs, socket-io, sockets, stackoverflow, websocket, websockets
- Language: JavaScript
- Homepage: http://stackoverflow.com/questions/24679046/expressjssocket-ioexpress-session
- Size: 180 KB
- Stars: 23
- Watchers: 2
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### socket.io and express session solution
This example show how to use [socket.io](https://github.com/Automattic/socket.io) with [express.js 4](https://github.com/strongloop/express) and handle session. It's answer for stackoverflow [question](http://stackoverflow.com/questions/24679046/expressjssocket-ioexpress-session).
To run example just simply run
``` bash
$ npm install
$ npm start
```
and navigate to [http://127.0.0.1:8888/](http://127.0.0.1:8888/).