Skip to content
/ room Public

Easy to expand message distribution component, can be used for chat rooms, and has achieved horizontal expansion of clusters with long connections to ws or sse using nats go

License

Notifications You must be signed in to change notification settings

burybell/room

Repository files navigation

room

Easy to expand message distribution component, can be used for chat rooms, and has achieved horizontal expansion of clusters with long connections to ws or sse using nats go

Example

a sample chat room, you can run it directly

start nats

docker run -d -p 4222:4222 nats:latest

start chat room

cd ./examples/chat-room/ && go build && ./chat-room

open browser

http://localhost:8080/index

About

Easy to expand message distribution component, can be used for chat rooms, and has achieved horizontal expansion of clusters with long connections to ws or sse using nats go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages