An open API service indexing awesome lists of open source software.

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

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)