Skip to content

frederiksen/chrome-platform-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Platform Bridge

macOS screenshot

Demo

Windows system setup

Demo

Linux screenshot

Demo

What is this project about?

This project demonstrates a bridge from JavaScript to the platform hosting the browser.

What can it be used for?

The bridging functionallity can be used to mix a typically web-app and local resources. The resources could be: the file system, a hardware device or some legacy software.

Live demo

https://frederiksen.github.io/chrome-platform-bridge/index.html

Project goals and objectives

  • Use modern technologies
  • Cross-platform - this project targes Windows, macOS and Linux
  • Ease-of-use - non-nerds must be able to setup a running system within minutes
  • Keep it simple, Stupid

Technology stack

Layered architecture

Layered architecture