dstroot / skeleton

Node Express MongoDB Bootstrap Passport... all rolled up into juicy goodness
skeleton-app.jit.su
MIT License
370 stars 47 forks source link

Socket.io user object #32

Closed Bastro closed 9 years ago

Bastro commented 9 years ago

Hi I'm trying to implement a group chat using socket.io. The problem I have is to access the user object in the 'socket server' to send/display name and so on. What would be a good way to handle this? Thanks

dstroot commented 9 years ago

Socket.io has some example apps including a group chat app with source code. I'd start with that.