An open API service indexing awesome lists of open source software.

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!

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)

## 🧐 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](https://user-images.githubusercontent.com/82950902/131336816-f4659104-e523-47e7-9c90-51f065ce1bd6.png)

## ⛏️ Built Using

- [NodeJs](https://nodejs.org/en/) - Server Environment

## ✍️ Authors

- Nathan Cotrim - Erick Wendell JSExpert 3