WebWire - a websocket abstraction library

Hey guys, I’m proud to anounce the first official beta version of our new websocket abstraction library: WebWire! :tada::champagne:

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 more like bidirectional HTTP with much less overhead.

We are open to critique, questions and suggestions! Feel free to propose features and report (potential) bugs in the Github Issues Section. You can also contact me directly at Gophers on Slack (Roman Sharkov) and on Telegram @Romshark (t dot me slash Romshark).

Anyways, thank you for your attention, happy coding!

5 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.