Local Browser is a browser built on Electron. Local Browser is peer to peer browser, which provide you facility to share you localhost with other local browser user's in just one click.
- ✅ Peer To Peer Browsing
- ✅ Tab Management
- ✅ Easy UI
Local Browser works on ptp protocol, ptp stands for Peer To Peer Protocol. With Local Browser you don't need to save you website or web application on server inorder to share it, you can keep your files on your machine and can share them with others. Your web app only shared with other users till local browser has opened on your machine.
Local Browser uses a number of API's and libraries to work properly:
- ✅ [NodeJs] - evented I/O for the backend
- ✅ [localtunnel] - library to tunnel localhost
Installers are available on website here. Electron requires Node.js to run.
$ cd local-browser
$ npm install
$ electron . or npm start
MIT