OBS Live Chat
Project Overview
This project is a web application that uses OBS Browser Source to display what we call a "LiveChat".
The idea is to allow the friends or selected people to send funny messages with videos, images, gifs, etc. that will be displayed on the screen.
The communication is done through a discord bot using the discord.js library and websockets.
This project is a fork of the Raw Chat project.
Main Features
Web sockets
Working with websockets to send messages to the OBS Browser Source.
Self reconnection
The application will try to reconnect to the websocket if the server is down.
Demo
Work in progress... (video coming soon)
Screenshots
Work in progress... (screenshots coming soon)
Work in progress... (screenshots coming soon)
Technical Details
- Using websockets to send messages to the OBS Browser Source
- Github Actions to deploy the application and run tests
- Modular architecture to allow easy modifications and improvements