Skip to content

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.

Features

  • 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.

Install

go get github.com/DhruvikDonga/simplysocket@v0.1.0

Clone this wiki locally