Store data on a per sessions basis, based on the Gin interface.

This commit is contained in:
Ola Holmström
2016-12-09 22:34:36 +01:00
parent ca5ae7e3c4
commit 8f11201a19
5 changed files with 101 additions and 2 deletions
+3
View File
@@ -14,6 +14,7 @@ your way so you can write real-time apps. Features include:
* [x] A simple way to broadcast to all or selected connected sessions.
* [x] Message buffers making concurrent writing safe.
* [x] Automatic handling of ping/pong and session timeouts.
* [x] Store data on sessions.
## Install
@@ -170,6 +171,8 @@ func main() {
* Ola Holmström (@olahol)
* Shogo Iwano (@shiwano)
* Matt Caldwell (@mattcaldwell)
* Heikki Uljas (@huljas)
* Robbie Trencheny (@robbiet480)
## FAQ