/nrt

Primary LanguageGo

Simple near real time project

This is a simple demo of 2 servers communicating in near real time

Server Side Events (sse) in Go

Using Golang and nats to provide SSE

Run local

Run nats

docker-compose up

Run dronies

go run dronies/cmd/app/*.go

Run monitor

go run monitor/cmd/app/*.go

Test in browser

go to: localhost:3335/listen