https://github.com/pdasya/chat-application
Realtime online chat web application
https://github.com/pdasya/chat-application
nodejs typescript webpack websocket
Last synced: 5 months ago
JSON representation
Realtime online chat web application
- Host: GitHub
- URL: https://github.com/pdasya/chat-application
- Owner: pdasya
- Created: 2024-07-23T01:35:10.000Z (almost 2 years ago)
- Default Branch: chat-application
- Last Pushed: 2024-07-23T02:00:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T19:41:30.709Z (about 1 year ago)
- Topics: nodejs, typescript, webpack, websocket
- Language: TypeScript
- Homepage: https://chat-application-ws.netlify.app
- Size: 21.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installation
1. **Clone the repository**
```bash
git clone git@github.com:pdasya/chat-application.git
```
2. **Install dependencies**
```bash
npm install
```
3. **Start server**
Follow instructions [here](https://github.com/rolling-scopes-school/fun-chat-server/tree/main)