An open API service indexing awesome lists of open source software.

https://github.com/ucx15/chatapp

Chat app made using WebSockets API, Vanilla JS on frontend and Node.js on backend
https://github.com/ucx15/chatapp

chat-application html vanilla-js web websockets

Last synced: 9 months ago
JSON representation

Chat app made using WebSockets API, Vanilla JS on frontend and Node.js on backend

Awesome Lists containing this project

README

          

# ChatApp

Simple chatting app using WebSockets, Node.js on backend and Vanilla JS, WebSockets API on frontend.

## Requirements

- Node.Js
- express
- nodemon
- ws
- uuid

## Quick Start

### Backend

PORT: `5000`

```bash
cd ./Backend
npm i
npm run dev
```

### Frontend

PORT: `3000`

```bash
cd ./Frontend
npm i
npm run dev
```

The Frontend should be running on [http://localhost:3000](http://localhost:3000).

The Backend should be running on [http://localhost:5000](http://localhost:5000). (Not to be accessed via browser)

## Gallery

![Img1](Showcase/img1.png)

[ucx15 @ GitHub](https://github.com/ucx15)

[Mail Me](mailto:inboxofuc@gmail.com)