modulepackage
0.0.0-20240721110946-312c13947c61
Repository: https://github.com/jagthefriend/go-websocket.git
Documentation: pkg.go.dev
# README
Websocket Server built using Golang
This is a simple websocket server built using Golang.
It allows user to chat with other users in real time.
Users can also connect to a live feed of the server.
# Functions
*
* It initializes the server with an empty map of connections.