Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).