Skip to content

A publish/subscribe server written in Go using WebSocket

Notifications You must be signed in to change notification settings

santosh/ws-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ws-pubsub

ws-pubsub is an attempt to create a social network like publish and subscribe thingy with Go using WebSocket.

A client:

  • can subscribe to a topic
  • can unsubscribe from a topic
  • will receive update when other client publishes to subscribed topic

How to Run

go run cmd/pubsub/main.go

About

A publish/subscribe server written in Go using WebSocket

Topics

Resources

Stars

Watchers

Forks