benniloidl / simplechat

This is a simple student project featuring basic chat functionality.

Home Page:https://simplechat.loidlnetz.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleChat

This is a lightweight student project that features basic chat functionality. It is built using plain HTML, CSS, JavaScript and NodeJS. Users can chat with other users and create groups to chat with many users at once.

A preview of SimpleChat can be found here!

Setup

This project requires a NodeJS installation (v.18) or higher. Please make sure you have it installed prior to setting up SimpleChat.

Installing the dependencies

Simply execute the following command. All the required dependencies will automatically be installed.

npm i

Starting up SimpleChat

This will start the express server running on the port configured in config.json. It will also establish a database connection using its configuration setting.

npm start

About

This is a simple student project featuring basic chat functionality.

https://simplechat.loidlnetz.de


Languages

Language:JavaScript 69.2%Language:HTML 17.9%Language:CSS 12.8%