Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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