Skip to content

jelinden/server-sent-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-sent Events

Start the server

cd server && go build && ./server

Start the go client

cd client-go && go build && ./client-go

Start the javascript client

cd client-js && go build && ./client-js

open up a browser: http://localhost:8080/index.html