3 webwire-go - a new websockets abstraction library

github.com godoc.org goreportcard.com posted by Roman Sharkov 2232 days ago  

Hey guys, I’m proud to anounce the first official beta version of our new websocket abstraction library: https://github.com/qbeon/webwire-go

This library implements useful features that raw websockets don’t provide such as Request-Reply and Authentication & Sessions for example. It allows us to seamlessly integrate our JavaScript applications (using the official JavaScript client library) with our Go backend for duplex real-time communication. It feels like bidirectional HTTP2 but with much less overhead.

Register to comment or vote on this story