Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

P2P CHATTING APPLICATION WITH IPFS | fork of meta chat to integrate into the Dangerous Net

License

Notifications You must be signed in to change notification settings

Dangerous-Community/DangerousChat

 
 

Repository files navigation

meta-chat

LONG DESCRIPTION

A chatting application based on the ipfs where two person chat each other in real time. Chat is accessible using metamask address only so that it provide privacy.

Blockchain technology provides the world with a more secure and efficient. The need for privacy, data security, and easy to implement systems has long been the focus of corporations seeking to keep their companies internal workings private and person also. The private sector shares these concerns with the corporate world.

WHAT THIS SOLVE ?

Existing systems work on the principal of keeping persistent TCP connection between users and server to facilitate communication between end users. Whatsapp.inc recently claimed to possess reached a capacity of 1 million established TCP connection on one machine. This method is dear and not feasible on ensure continued growth, these systems have to be added with extra machines to handle such connections. this can increase in cost and usage of electrcity which isn’t ecofriendly. If we include redundent systems for backup’s the amount just increases. Also a giant concern in such centralized system architecture is security, as all the information is stored in central servers they're susceptible to attacks. All correspondence goes through the server of the corporate owning the messaging app, and also the company can dictate its rules: block messages on a particular subject or prohibit the transfer of certain files. the corporate may additionally be subject to government pressures and should be asked to disclose users’ correspondence or to impose certain restrictions upon their request.The proposed solution may provide free from any form of centralization and only uses a psuedo server for peer-discovery(ipfs).

Technology that i used:-

  • IPFS :- FOR PERSISTANT STORAGE PURPOSE
  • ORBITDB :- STORE ALL THE DATA AND IN LOCAL BROWSER STORAGE ALSO
  • VUE :- FOR MORE RESPONSIVE
  • TAILWIND CSS :- MORE STYLISH
  • QR-CODE-STYLING:- TO MAKE A QR CODE OF YOUR ADDRESS
  • RANDOM USER API :- USED TO CREATE RANDOM USERNAME
  • WEBRTC :- FOR THE SWARM ADDRESS

how did the technology benefit your project?

  • Serverless
  • distributed database
  • do not have any central database center
  • Privacy

CHAT DEMO

CHAT-DEMO.mp4

About

P2P CHATTING APPLICATION WITH IPFS | fork of meta chat to integrate into the Dangerous Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 76.8%
  • JavaScript 20.8%
  • HTML 1.5%
  • CSS 0.9%