athoune / broadcast-event-source

Example for golang with a blunderbluss pattern for the web.
5 stars 1 forks source link

Blunderbluss

Simple example of golang code with a blunderbluss pattern.

Telnet shot, http clients get lead.

Build

./build.sh

Test it

./go-broadcast-event-source

Lauch some curls :

curl http://localhost:8000/blunder

Send some events :

telnet localhost 5000

Every lines in the telnet session is broadcasted to each http connections.

Todo

Some javascript nice examples.

Licence

Three terms BSD.