💬 a terminal-based chat application written in node.js and socket.io
now with colors!!
-
Clone the repository and navigate to the directory
git clone https://github.com/gerardo-torres/link-chat.git
cd link
-
Install dependencies
npm install
-
Start the server
node server.js
-
On another terminal, navigate to the directory and start the application
cd link
node index.js
- socket.io: websocket library
- blessed: frontend CLI
- mongoDB: database to store messages and users
- nodejs & express: backend technologies