- there are two ways to do that :
- make sure you have installed nodejs with npm, here is the download link.
- on terminal run the following command to download the application :
git clone https://github.com/m0x31h0x64i/chat-app
- then :
cd chat-app && npm i
- then run application with :
npm run dev
B. try demo to run the application. (https://key4897942.herokuapp.com)
If you prefer to run the program locally, open this link. Otherwise, you can use demo at this link.
- frameworks which i used to make this application :
express, socket.io. - libraries which i used to make this application :
bad-words. - i learned how i can build real-time web applications using websocket technology with the power of Nodejs.