Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harikrishna-9885699666/chat-app-server-express-typescript-socket
Chat application server with express, typescript and socket.io
https://github.com/harikrishna-9885699666/chat-app-server-express-typescript-socket
express nodejs socket typescript
Last synced: 2 days ago
JSON representation
Chat application server with express, typescript and socket.io
- Host: GitHub
- URL: https://github.com/harikrishna-9885699666/chat-app-server-express-typescript-socket
- Owner: HariKrishna-9885699666
- Created: 2024-06-03T10:25:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T13:49:19.000Z (about 2 months ago)
- Last Synced: 2024-12-03T14:34:22.734Z (about 2 months ago)
- Topics: express, nodejs, socket, typescript
- Language: TypeScript
- Homepage: https://silky-melisa-my-hobbie-3320ee00.koyeb.app/socket.io/
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Application with Socket.IO and Express
This is a simple chat application using Express, Socket.IO, and TypeScript.
The server allows users to join chat rooms, send messages, and broadcast typing statuses in real-time.## Prerequisites
- Node.js (version 14 or higher)
- npm (version 6 or higher)## Installation
1. Clone the repository:
```sh
git clone https://github.com/HariKrishna-9885699666/chat-app-server-express-typescript-socket.git
cd chat-app-server-express-typescript-socket
npm install
npm start