Skip to content

WebSocket With session validation, keeping track of sessions and sessions TTL

Notifications You must be signed in to change notification settings

3aaber/websocket-server

Repository files navigation

WebSocket Server With Session Key

Using gin-gonic and gorilla to create websocket server

Features

  • Keep Track of sessions
  • Check Session Ids sent from user to validate
  • Have Timeout for established sessions
  • Detect Duplicate Sessions

How To Use

make

TODO

  • Handler to check session id

  • Rate Limit

  • Session Timeout

  • Single Session Validation

  • Detect Duplicate Sessions

  • Add the client information to session, client IP, true client IP(x-real-ip)

References

About

WebSocket With session validation, keeping track of sessions and sessions TTL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages