Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t4rm/webchat_app
https://github.com/t4rm/webchat_app
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/t4rm/webchat_app
- Owner: t4rm
- Created: 2023-12-10T17:51:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-16T12:47:01.000Z (11 months ago)
- Last Synced: 2023-12-16T13:59:46.653Z (11 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Web Chat Application](https://webchat-app-lweu.onrender.com)
Cette application Web est une plateforme de salon de discussion instantanée. Vous pouvez rejoindre le salon d'autres utilisateurs ou créez le votre et y discuter. Celle-ci est composée en deux parties, l'une côté serveur et l'autre client. La partie serveur permets de faire la liaison entre les différents clients de l'application.
Accessible sur internet [ici](https://webchat-app-lweu.onrender.com) (temps d'attente élevé lorsque le site n'est pas utilisé activement).
## Pré-requis
- Node.js and Npm
## Installation
Cloner le projet :
```shell
git clone https://github.com/t4rm/webchat_app
```Installer les différents paquets :
```shell
npm install
```Lancer le serveur :
```shell
npm start
# Ou en version développement avec Nodemon :
npm dev
```Ouvrez `http://localhost:5500/public/` et voilà!
## Tech Stack
**Server:** Node, Express, Socket.io
**Démonstration :**
https://github.com/t4rm/webchat_app/assets/152737586/4c6e5ade-5af3-40ca-ab2f-e8fdf8fa9fc2