Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 599 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 599 Bytes

PeerMessenger

Talk with devices on the same local network without server dependency or internet charges. Works fully offline as a decentralized service.

Demo

The app is deployed on Vercel.

Live link: https://peermessage.vercel.app/

Tech Stack

The webapp is powered by:

  • NextJS13 (appdir/ enabled) for SSR, ISR and other features that come built-in,
  • Redux Toolkit and React-Redux bindings for better state-management,
  • PeerJS for WebRTC and serverless communication (videocall and chatting),
  • Typescript for its type safety.