golem icon indicating copy to clipboard operation
golem copied to clipboard

Lightweight Go WebSocket-Framework

Results 5 golem issues
Sort by recently updated
recently updated
newest added

I would like to ask what is the test figures for these outcomes 1. connection with 1000 concurrent connections with open 65540 open files and unlimited processes 2. operate over...

Specifically given a *Connection object, is there a method that we can call on it that indicates to us that the *Connection object is still connected? Either a method or...

As the titled suggests 😄

First off, a thanks is in order - thanks for the excellent Websocket framework and excellent documentation/examples! - I'm utilizing the framework's custom OnConnect function in my app. - During...

First of all congratulations for this outstanding work. I'm trying to use the session example (https://github.com/trevex/golem_examples/blob/master/example_session.go) but it isnt't working anymore. The validateSession is not finding the session defined by...