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.
- Host: GitHub
- URL: https://github.com/jsonfm/express-webchat
- Owner: jsonfm
- Created: 2022-11-17T18:03:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T22:45:51.000Z (over 3 years ago)
- Last Synced: 2025-06-05T10:49:18.158Z (about 1 year ago)
- Topics: css, express, js, node
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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