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

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

This is a Node.js real-time chat application using Socket.IO.
https://github.com/coderooz/chat-app

Last synced: 2 months ago
JSON representation

This is a Node.js real-time chat application using Socket.IO.

Awesome Lists containing this project

README

          

# Real-time Chat Application

This is a Node.js real-time chat application using Socket.IO.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

You need to have Node.js and npm installed on your local machine.

- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/)

### Installing

1. Clone the repository:
```bash
git clone https://github.com/coderooz/chat-app.git
cd chat-app
```

2. Install the dependencies:
```bash
npm install express socket.io
```

3. Start the server:
```bash
node index.js
```

4. Open your browser and navigate to `http://localhost:3000`

5. Open a seperate browser tab/window and navigate to `http://localhost:3000`

6. Start messaging.

### Built With

- [Express](https://expressjs.com/) - The web framework used
- [Socket.IO](https://socket.io/) - Real-time communication library

### Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

### Authors

- **Ranit Saha** - *Initial work* - [coderooz](https://github.com/coderooz)

### License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details