rambocoder / pubysuby

In-memory message que in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pubysuby

In-memory message que in Go

To run the example chat in a browser

cd examples
go run main.go

To use PubySuby in your code

go get github.com/rambocoder/pubysuby

To test the code with race detector

./race.sh

License

pubysuby is available under the MIT license.

About

In-memory message que in Go

License:MIT License


Languages

Language:Go 98.7%Language:Shell 1.3%