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

https://github.com/jsonfm/express-webchat

💬 A realtime chat app made with Express and SocketIO.
https://github.com/jsonfm/express-webchat

css express js node

Last synced: 6 months ago
JSON representation

💬 A realtime chat app made with Express and SocketIO.

Awesome Lists containing this project

README

          

## Webchat
A realtime chat app made with Express and SocketIO.

### Installation
1. Clone the repository:
```
git clone https://github.com/jsonfm/express-webchat.git
```
2. Install node dependencies:
```
npm install
```

3. Configure `.env` variables:
```
touch .env
```
After complete the corresponding fields. Look `.env.example` file for more information.
```
PORT=3000
```

### ⚡️ Development
```
npm run dev
```

### 🚀 Production
```
npm run start
```

### 🧩 Technologies
- Express
- SocketIO
- ETA templates engine
- BulmaCSS