Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.4 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.4 KB

A chat runs in terminal

📝 Table of Contents

🧐 About

This is a project developed in Erick Wendell - JSExpert week 3, a chat that runs in terminal using just nodeJS native modules, with exception of blessed, to compose the interface at terminal!

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Installing

Enter at server folder and install it dependencies:

npm install

and repeat with client folder:

npm install

🎈 Usage

First thing to do is run the server, enter in server folder and run:

npm run start

Now the project are stable, to use it just enter in client folder and run:

node index.js --username yourName --room roomName --hostUri http://localhost:3333

Screenshot from 2021-08-30 08-43-19

⛏️ Built Using

✍️ Authors

  • Nathan Cotrim - Erick Wendell JSExpert 3