Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!