https://github.com/disco07/terminalchatsocketts
https://github.com/disco07/terminalchatsocketts
chat nodejs socket-io terminal typescript
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/disco07/terminalchatsocketts
- Owner: disco07
- Created: 2022-04-05T11:07:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T12:17:59.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T21:53:14.552Z (about 1 year ago)
- Topics: chat, nodejs, socket-io, terminal, typescript
- Language: TypeScript
- Homepage:
- Size: 867 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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