Skip to content

Projet de Titrage dynamique pour streams et émissions

License

Notifications You must be signed in to change notification settings

codlab/TwitchToast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeekInc's Simple Widget Manager

Installation and requirements

git clone
npm install

Server usage

npm start

Local usage

Two web pages are provided to be used as :

  • administration
  • viewer, the page must be used in your OBS/XSplit clients

By default, the two urls are:

Components

The two pages communicate with each other through the server using websocket. The server is using a local storage to store the raw json of the admin/viewer pages

Security

As for now, the two pages lacks of SSO. It is in the pipeline to add strong authentication to manage sessions for admin and direct link for the xsplit page

Moreover, currently, the json is saved and retrieved AS IS. In this way html can be injected in some part of the page. Some modification should be integrated to prevent such things.

Licence

This project is licensed under the MIT license.

About

Projet de Titrage dynamique pour streams et émissions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.1%
  • HTML 27.8%
  • CSS 10.1%