Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcpratheesh/go-fiber-video-stream-sample
Explore the world of video streaming in Go with this simple and practical sample application using the Fiber web framework. This repository provides a hands-on example of setting up a web server, implementing basic video streaming, and enhancing it with support for range requests.
https://github.com/pcpratheesh/go-fiber-video-stream-sample
golang golang-examples golang-fiber sample-code snippet video-streaming
Last synced: about 1 month ago
JSON representation
Explore the world of video streaming in Go with this simple and practical sample application using the Fiber web framework. This repository provides a hands-on example of setting up a web server, implementing basic video streaming, and enhancing it with support for range requests.
- Host: GitHub
- URL: https://github.com/pcpratheesh/go-fiber-video-stream-sample
- Owner: pcpratheesh
- Created: 2023-10-10T10:29:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T11:45:38.000Z (about 1 year ago)
- Last Synced: 2024-09-28T22:40:55.736Z (about 2 months ago)
- Topics: golang, golang-examples, golang-fiber, sample-code, snippet, video-streaming
- Language: Go
- Homepage:
- Size: 58 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Go Fiber Video Stream Sample
Explore the world of video streaming in Go with this simple and practical sample application using the Fiber web framework. This repository provides a hands-on example of setting up a web server, implementing basic video streaming, and enhancing it with support for range requests.
## Getting Started
Follow the steps below to run this sample on your local machine
- Clone this repository
git clone https://github.com/pcpratheesh/go-fiber-video-stream-sample.git
cd go-fiber-video-stream-sample- Run the application
go run main.go
Visit [http://localhost:3000](http://localhost:3000) to experience video streaming in action!