examples and presentation for mentoring program. Contains information about pasportjs and socket.io
* strategies
* Sessions
* Configurations
* Local autentification
* OPENID
* OAUTH 1.0, 2.0
* Ginhub autorisation
- SOCKET.IO AT A HIGH LEVEL
- Thin wrapper around WebSockets
- Works in tandem with an HTTP Server
- Documentation: less than awesome, [wiki is better] (https://github.com/socketio/socket.io) than site
- KEY FEATURES
- Client/Server Push
- Broadcast
- Client "session" information
- Message namespaces
- Plain ol' WebSockets API as well
todo: explain WebSockets itself what is realtime? * providing of realtime * Periodic pooling * long pooling (memory ) * forever polling (can't findout where client is missing) * websockets
websockets emit on all users, emin on spesific user, emit on overs server part client part namespaces broadcast volatile