Node.js Stories

  • Using your sessions with Socket.IO

    Use our site's sessions for authentication with Socket.IO. When a user opens the chat application, he gets a session with a random username. This is required by Socket.IO for authentication and identification.