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

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.

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