Table of Contents
This is my MiniChat app for TSE where you can talk and interact with your classmates and teachers.
Clone the repository with SSH or HTTPS
git clone git@github.com:YeriAddict/MiniChat.gitgit clone https://github.com/YeriAddict/MiniChat.gitYou will need to install these dependencies
npm install --save express
npm install --save socket.io- Inside the root of the repository, type this command inside a terminal to start the app :
node server.jsTyping this will also work :
npm run start- Go to your browser and enter this URL :
http://localhost:3000/- Enter your username and check which character you want to choose
- You will now have an assigned character and a username. You can now enjoy chatting with your classmates or teachers on the right. You can also see who is connected on the left. In the middle, your character is also free to wander around.
- If you wish to disconnect, you can click on the disconnect button
LEANG Denis - denis.leang@telecom-st-etienne.fr