is a simple chat that was built with entire javascript technologies, for the frontend, backend and database.
- Nodejs
- Express
- Socket.io
- Mongodb
git clone https://github.com/fazt/chat-javascript-fullstack.git
cd chat-javascript-fullstack
npm installMONGODB_URI=mongodb://localhost/chatRemember to replace the MONGODB_URI with your own MongoDB URI.
npm run dev