Skip to content

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.

Notifications You must be signed in to change notification settings

pcpratheesh/go-fiber-video-stream-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 to experience video streaming in action!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published