Skip to content

ucx15/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

cd ./Backend
npm i
npm run dev

Frontend

PORT: 3000

cd ./Frontend
npm i
npm run dev

The Frontend should be running on http://localhost:3000.

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

Gallery

Img1

ucx15 @ GitHub

Mail Me

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published