Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jarne/chat

💬 A simple chat application
https://github.com/jarne/chat

bootstrap chat node-js realtime socket-io

Last synced: 16 days ago
JSON representation

💬 A simple chat application

Awesome Lists containing this project

README

        

Chat


A simple chat application




Package version


Node.js version


CircleCI


License

##

[Description](#-description) | [Install](#-install) | [Usage](#-usage) | [Contribution](#-contribution) | [License](#%EF%B8%8F-license)

## 📙 Description

This is a simple chat application built with [Node.js](https://github.com/nodejs/node), [Socket.IO](https://github.com/socketio/socket.io) and [Bootstrap](https://github.com/twbs/bootstrap). You can send messages into the chat and they're displayed in realtime for the other chatters.

Here's a screenshot of the page:

Screenshot

## 📦 Install

The application is developed and tested with Node.js v16 (LTS). You can checkout this project with the following command:

```
$ git clone https://github.com/jarne/Chat.git
```

After this, you need to install the dependencies with:

```
$ npm install
```

## 🖱 Usage

In order to start the application, run the following command in the application directory:

```
$ npm start
```

By default, the web server is now running on port 3000, so you can access it by opening `http://localhost:3000` in your web browser.

## 🙋‍ Contribution

Contributions are always very welcome! It's completely equal if you're a beginner or a more experienced developer.

Please read our **[Contribution Guidelines](CONTRIBUTING.md)** before creating an issue or submitting a pull request.

Thanks for your interest 🎉👍!

## 👨‍⚖️ License

[MIT](https://github.com/jarne/Chat/blob/master/LICENSE)