inklin / golang-sse-test

tiny app to test out server-side events with golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test EventSource app

Small test app using EventSource library (server-side events)

Instructions

  1. start the server run go run main.go
  2. go to http://localhost:3000
  3. select the topics you want to subscribe to and click submit
  4. you should see the events from the server updated on the page

About

tiny app to test out server-side events with golang


Languages

Language:Go 71.4%Language:HTML 28.6%