https://github.com/pcpratheesh/golang-sse-progress-bar
This repository provides a sample Go implementation of a progressor feature using the Gin framework and Server-Sent Events (SSE).
https://github.com/pcpratheesh/golang-sse-progress-bar
Last synced: 9 months ago
JSON representation
This repository provides a sample Go implementation of a progressor feature using the Gin framework and Server-Sent Events (SSE).
- Host: GitHub
- URL: https://github.com/pcpratheesh/golang-sse-progress-bar
- Owner: pcpratheesh
- Created: 2023-06-11T13:47:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T06:17:58.000Z (about 3 years ago)
- Last Synced: 2025-05-30T00:41:38.220Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang-sse-progress-bar
This repository provides a sample Go implementation of a progressor feature using the Gin framework and Server-Sent Events (SSE).

```sh
go run main.go
```
See [http://localhost:8080](http://localhost:8080)