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

https://github.com/scarywings83289/chat-app

Simple Chatting Application made by using Node.js & Socket.io
https://github.com/scarywings83289/chat-app

nodejs socket-io

Last synced: 2 months ago
JSON representation

Simple Chatting Application made by using Node.js & Socket.io

Awesome Lists containing this project

README

          

# Chat Application

![Made-With-NodeJS](https://img.shields.io/badge/Made_with-NodeJS-informational?style=for-the-badge&logo=javascript) ![Made-With-Bootstrap](https://img.shields.io/badge/Made_with-Bootstrap-informational?style=for-the-badge&logo=bootstrap)

1. **Node.js** for backend and **Express** as a framework.
2. **Bootstrap** for styling.
3. **Socket.io** for real-time communication in a room

## Quick Start

Clone the repository and do following:

```bash
# Install dependencies for server
npm install

# Run the Express server only
node app.js

# Server runs on http://localhost:3000
```