Socket Chat
This is a simple 💬 made with Socket.io and ExpressJS
Install
This project uses node and npm. Go check them out if you don't have them locally installed.
git clone https://github.com/annielmenezes/socket-chat.git
cd socket-chat
npm install
cd socket-chat/client
npm install
Usage
cd socket-chat
# to use in development mode
npm run dev
# to run in production mode
cd socket-chat/client
npm run build
cd socket-chat
npm start
Maintainers
Contribute
Feel free to dive in! Open an issue or submit PRs.
License
MIT © Anniel Menezes