Terminal Chat is a simple CLI themed realtime chat application developed with NodeJS and socket-io library.
This application uses the following libraries.
You can clone the whole project.
git clone https://github.com/shreekrishnalamichhane/terminal-chat-with-room
OR
You can fork
this project.
To install all depenedencies do
cd src
npm install
Duplicate the .env.example
file and rename it to .env
inside src
folder and fill up the values inside the .env
file.
To run the project
// To start a development server with nodemon
npm run dev
// To run the production server
npm start
Self Hosted Demo: https://links.shreekrishnalamichhane.com.np/qFeCJ
There are no test avaiable for this project.
Author Name : Shree Krishna Lamichhane
Author URI : shreekrishnalamichhane.com.np
GitHub URI : shreekrishnalamichhane
There are no contributors on this project right now. You can be one.
Anyone can contribute me on this project. Check the installation section to start contributing to this project.
This project is licensed under MIT License.
Thank you for visiting. Make sure to try it out. If you love this project give it a star.