17twenty / LongPolling

Really dumb PoC to show long polling with channels can work.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Long Polling demo in Go

This is a fairly basic example of long polling - nothing to special.

$ go run server.go
$ python -m SimpleHTTPServer 8080

Then just go to http://localhost:8080

About

Really dumb PoC to show long polling with channels can work.


Languages

Language:HTML 59.5%Language:Go 40.5%