Ripple

May 2, 2016 · View on GitHub

Coverage Status Build Status

Enriches each socket with a uniquely identifying matching sessionID.

It does this by sharing express session data with socket.io. You will need to provide the following options:

  • secret — secret used to sign session ID cookie
  • name — name of the session ID cookie