Skip to content

itmoh/node-mentoring-sockets-passportjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-mentoring-sockets-passportjs

examples and presentation for mentoring program. Contains information about pasportjs and socket.io

Sessions and authentication in node.js. PassportJS

* strategies
* Sessions
* Configurations
* Local autentification
* OPENID
* OAUTH 1.0, 2.0
* Ginhub autorisation

Sockets

  1. SOCKET.IO AT A HIGH LEVEL
  1. 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

Unit testing

About

examples and presentation for mentoring program

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors