modulepackage
0.0.0-20240820125555-8dfe3f4f717a
Repository: https://github.com/linenos/golinsocket.git
Documentation: pkg.go.dev
# README
golinsocket
Websocket clone of socket.io written in golang
Server that works with golinsocket: https://www.npmjs.com/package/jslinsocket
Contact me to suggest features or to fix bugs ( ON DISCORD ): Linen#3485
Look at the end of main.go for an example usage
# Functions
Connect initializes a Linsocket connection.
NewWebSocketClient creates a new WebSocket client.
# Structs
Linsocket represents a Linsocket instance.
WebSocketClient represents a WebSocket client.