A minimalistic text-based chat application accessible from the web as well as the command-line.
The server is hosted on Heroku and the web client is hosted on Netlify.
The CLI Client is currently WIP, and will be hosted as an npm package once finished.
Web-Client: React, TailwindCSS
Server: Node, Express, SocketIO
CLI-Client: Chalk, InquirerJS, CommanderJS
The development roadmap for the project is available here.
Clone the project
git clone https://github.com/shameekbaranwal/pingxGo to the SERVER directory
cd serverInstall dependencies
npm installStart the server
npm run start