Skip to content

PrakharSrivastav/server-sent-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-sent-events

This repository is used to support this blog post. The interested readers can clone the repository and follow below steps to run the application. The code base has comments at the relevant places to help readers understand the logic.

Running application

# from the project root run
go run main.go

This starts up an http server on port 8080 .

  • Open the browser and, navigate to http://localhost:8080.
  • Click on the big blue button.
  • The server should start streaming the response to browser.
  • Browser will be updated the realtime response.

If you have any questions, please create an issue and I will be more than happy to answer the queries.

About

demo application to explain server-sent-events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published