package
0.0.0-20220719023015-af14b6af71e5
Repository: https://github.com/wangyysde/sysadmserver.git
Documentation: pkg.go.dev

# README

Server Sent Event

It is Way to send events from server to clients.

Here is Example for SSE with basic authentication using sysadmServer.

How to Run?

  1. Run go run main.go

  2. Open http://127.0.0.1:8085/stream in browser and authorize with username and password given in main.go and see messages.