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

https://github.com/disco07/terminalchatsocketts


https://github.com/disco07/terminalchatsocketts

chat nodejs socket-io terminal typescript

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Chat with socket.io and typscript

## Getting Started

First, install packages:

```bash
npm install
```

## Start project
You'll need three terminal:


  • one terminal for run the server

  • two terminal for run the conversation between user


Open terminal in your project and run this
```bash
npm start
```

Open other terminal (twice) and run
```bash
npm run client
```

## How it works
When the project started, you can write your message in one terminal and you'll see the message in
other terminal