-
Notifications
You must be signed in to change notification settings - Fork 1
Introduction
Dhruvik edited this page Nov 14, 2024
·
1 revision
SimplySocket is built for real-time communication with clients, efficiently managing message broadcasting, room creation, and event handling. It’s designed to scale well for multiplayer games and similar applications that require synchronized messaging across clients.
- Message Broadcasting: Efficiently push messages to multiple clients.
- Room Management: Create, delete, and manage rooms for organized communication.
- Event Handling: Trigger and handle various events seamlessly.
go get github.com/DhruvikDonga/simplysocket@v0.1.0