/Chat

💬 A simple chat application

Primary LanguageJavaScriptMIT LicenseMIT

Chat

A simple chat application


Package version Node.js version CircleCI License

Description | Install | Usage | Contribution | License

📙 Description

This is a simple chat application built with Node.js, Socket.IO and 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 before creating an issue or submitting a pull request.

Thanks for your interest 🎉👍!

👨‍⚖️ License

MIT