https://github.com/than-dev/terminal-chat
It's a chat that runs in cmd, developed only with nodejs native modules!
https://github.com/than-dev/terminal-chat
chat-application cli javascript nodejs socket terminal websocket
Last synced: 7 months ago
JSON representation
It's a chat that runs in cmd, developed only with nodejs native modules!
- Host: GitHub
- URL: https://github.com/than-dev/terminal-chat
- Owner: than-dev
- Created: 2021-06-10T06:27:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T00:27:24.000Z (about 4 years ago)
- Last Synced: 2025-02-05T14:48:54.343Z (about 1 year ago)
- Topics: chat-application, cli, javascript, nodejs, socket, terminal, websocket
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A chat runs in terminal
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Built Using](#built_using)
- [Authors](#authors)
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.
### Installing
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](https://nodejs.org/en/) - Server Environment
- Nathan Cotrim - Erick Wendell JSExpert 3