Skip to content

Multi-Platform Live Streaming System: A live streaming system that supports multiple platforms, built with a Go backend and JavaScript frontend. Key features include cross-platform live streaming, responsive UI for desktop and mobile devices, high-performance backend using Go language, and lightweight frontend built with vanilla JavaScript.

Notifications You must be signed in to change notification settings

lonrun/multi-platform-live-streaming-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Platform Live Streaming System

A live streaming system that supports multiple platforms, built with a Go backend and JavaScript frontend.

Features

  • Cross-platform live streaming
  • Responsive UI for both desktop and mobile devices
  • High performance backend designed using Go language
  • Lightweight frontend built with vanilla JavaScript

Backend

The backend is implemented in Go, and it provides APIs to handle:

  1. User authentication and authorization
  2. Managing streaming channels
  3. Handling video streaming

To run the backend server, navigate to the backend directory and execute the following command:

go run main.go

Frontend

The frontend is developed using HTML, CSS, and JavaScript. It communicates with the backend APIs for user interactions and data updates.

To start the frontend, open the index.html file in a web browser.

License

This project is licensed under the MIT License. For more information, please see the LICENSE file.

About

Multi-Platform Live Streaming System: A live streaming system that supports multiple platforms, built with a Go backend and JavaScript frontend. Key features include cross-platform live streaming, responsive UI for desktop and mobile devices, high-performance backend using Go language, and lightweight frontend built with vanilla JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published