Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 348 Bytes

NodeJS server for webchat application with websockets.

All commands for running/building are in package.json.

Functionality / libraries:

  • Server - express
  • Auth - jwt, google signin
  • Websockets - socket.io
  • Database - mongodb (mongoose) cloud db
  • Files storage (avatars) - supabase
  • Emails - nodemailer
  • Push notifications - web-push