Skip to content

awoldt/gosocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosocket

A lightweight pub/sub WebSocket server written in Go, specifically designed for smaller projects, rapid prototyping, and MVP development.

Features

  • Room-based messaging via URL paths
  • YAML configuration
  • Optional token authentication

Installation

go install github.com/awoldt/gosocket@latest

Documentation

Read full docs here: gosocket.io

About

A lightweight pub/sub WebSocket server written in Go

Resources

License

Stars

Watchers

Forks