Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adelura/socket.io-express-solution
- Owner: adelura
- Created: 2014-07-10T18:20:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:21:26.000Z (3 months ago)
- Last Synced: 2024-09-18T13:46:02.379Z (3 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: 152 KB
- Stars: 23
- Watchers: 2
- Forks: 5
- Open Issues: 17
-
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/).