Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jarne/chat
- Owner: jarne
- License: mit
- Created: 2017-05-30T14:50:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T18:42:32.000Z (about 1 year ago)
- Last Synced: 2024-11-01T14:21:24.207Z (2 months ago)
- Topics: bootstrap, chat, node-js, realtime, socket-io
- Language: JavaScript
- Homepage:
- Size: 1.66 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Chat
A simple chat application
##
[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:
## 📦 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)