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!
These instructions will get you a copy of the project up and running on your local machine.
Enter at server folder and install it dependencies:
npm install
and repeat with client folder:
npm install
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
- NodeJs - Server Environment
- Nathan Cotrim - Erick Wendell JSExpert 3