Skip to content

Peer-to-peer app to show the precense of other peers via mDNS

Notifications You must be signed in to change notification settings

GowthamanG/p2p-mDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p2p-mDNS

This is a peer-to-peer app to show the presence of other peers via mDNS in a local network. This app was developed with Electron. You can see below a screenshot of the application.

Screenshot

Follow the instructions below to start the app:

  1. Clone this repository in your desired directory

  2. Make sure you have installed Node.js, if not, download it: https://nodejs.org/en/download/

  3. Install Electron with the command: npm install --save-dev electron

  4. Install all the packages, which are defined in package.json, with the command: npm install

  5. Start the app with: npm start

To work on this repository, you can use any editor or IDEs, which supports JavaScript. I prefer to work with WebStorm from Jetbrains: https://www.jetbrains.com/webstorm/.

About

Peer-to-peer app to show the precense of other peers via mDNS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published