A Virtual Event Platform built with Node.js and Socket.IO.
Features:
- Multi-user chat functionality
- Users can join any of the precreated chat rooms
- The chat room displays all users currently in the room
- A user's message shows their username and is sent to everyone in the room
- Bootstrap for the UI
- Error handling for various parts of the app
To install dependency:
npm install
To run app:
node server
Open your browser and go to:
localhost:5000
SkyLink_Demo.mp4
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Distributed under the MIT License. See LICENSE
for more information.