https://github.com/datsfilipe/support-chat
An realtime support chat app using Node, Express and websocket.
https://github.com/datsfilipe/support-chat
express nodejs typescript websocket
Last synced: about 2 months ago
JSON representation
An realtime support chat app using Node, Express and websocket.
- Host: GitHub
- URL: https://github.com/datsfilipe/support-chat
- Owner: datsfilipe
- Created: 2021-04-19T14:03:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T04:57:46.000Z (over 4 years ago)
- Last Synced: 2025-01-07T23:21:08.954Z (over 1 year ago)
- Topics: express, nodejs, typescript, websocket
- Language: TypeScript
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SUPPORT CHAT
## Description
An realtime support chat app using Node, Express and websocket.
## Screenshot
## Technologies
1. Node
2. Express
3. Websocket
### Cool Dependencies
1. Typeorm
2. Sqlite
## Running project
I used yarn for the entire project, but you can use npm, just search how to use it.
```bash
# Clone the git repository
$ git clone https://github.com/datsfilipe/support-chat.git
# Enter the folder created by git clone
$ cd support-chat
# Install dependencies with yarn
$ yarn
# Run app in development mode
$ yarn dev
# Server will be listening on port 3333
```
### Node.js Project