https://github.com/yaasiin-ayeva/p2p-chat-app
Simple, Secure & Persistent chat application using peer-to-peer service offered by peerJS libraries made with ionic capacitor, using angular
https://github.com/yaasiin-ayeva/p2p-chat-app
chat-application ionic peer-to-peer peerjs-webrtc
Last synced: about 1 month ago
JSON representation
Simple, Secure & Persistent chat application using peer-to-peer service offered by peerJS libraries made with ionic capacitor, using angular
- Host: GitHub
- URL: https://github.com/yaasiin-ayeva/p2p-chat-app
- Owner: yaasiin-ayeva
- Created: 2023-03-01T11:36:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T12:09:51.000Z (about 2 years ago)
- Last Synced: 2025-03-25T08:38:09.508Z (about 2 months ago)
- Topics: chat-application, ionic, peer-to-peer, peerjs-webrtc
- Language: SCSS
- Homepage:
- Size: 547 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p2p-chat-app
Simple, Secure & Persistent chat application using peer-to-peer service offered by peerJS libraries made with ionic capacitor, using angular# Steps to run this project:
1. Run :
```bash
npm i
```2. Finally Run :
```bash
ionic serve --ssl
```3. You can test the app inside two browsers or two tabs in the same browser. Try to access this link
```bash
https://localhost:[SERVER_PORT]/home
```## Important !
Check your IP address and make sure your firewall or antivirus is not blocking access.## Authors
[Yaasiin AYEVA](https://github.com/yaasiin-ayeva)Inspired by [Rubilmax/peerjs-multichat](https://github.com/Rubilmax/peerjs-multichat.git)