This project is made for an assignment where we got to learn more about WebSockets. This project was made by Asaf Läckgren, Sebastian Zazzi & Alexander Liljedahl
You can type /help
in the chat to learn about the available commands.
The front end is written in react (TypeScript) with material-UI as design system. We also used moment.js to get the correct send-time for messages.
In the back end we've used socket.io to handle our WebSockets and node.js to run the server.
- Clone the project.
- You need to install all dependencies from root directory with
npm i
. - Run the application from root with
npm start
.