Skip to content

Chat App built using NodeJS with Express and Web Sockets.

Notifications You must be signed in to change notification settings

prabinbasnet09/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web ChatApp

Chat Application

Realtime chat app built with websockets using Node.js, Express, and Socket.io with vanilla JavaScript. Includes login and authentication using AWS REST API, DynamoDB, and Lambda. HTML, CSS, and JavaScript for the front-end.

Usage

  1. Both on the client and server directories: npm install
  2. Create a DynamoDB database on AWS and a REST API to invoke Lambda
  3. Copy the backend code to your Lambda to perform backend functionalities: https://github.com/prabinbasnet09/chat-app-lambda
  4. Create an API key to securely access your REST API and store it in your .env file
  5. Edit the database name to match your database name
  6. cd to server: npm run dev
  7. Go to localhost:3000
  8. Open localhost:3000 from multiple browsers to login as different users

For logging in to any group temporarily use the password format groupname123.

About

Chat App built using NodeJS with Express and Web Sockets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published