Skip to content

gtr/link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link

💬 a terminal-based chat application written in node.js and socket.io

link

now with colors!!

Installation

  1. Clone the repository and navigate to the directory

    git clone https://github.com/gerardo-torres/link-chat.git
    cd link
  2. Install dependencies

    npm install
  3. Start the server

    node server.js
  4. On another terminal, navigate to the directory and start the application

    cd link
    node index.js

Dependencies

  • socket.io: websocket library
  • blessed: frontend CLI
  • mongoDB: database to store messages and users
  • nodejs & express: backend technologies

About

💬 terminal-based chat application written in node using mongo db

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors