Skip to content
/ Chat Public

πŸ’¬ A simple chat application

License

Notifications You must be signed in to change notification settings

jarne/Chat

Repository files navigation

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