daverobertson63 / Native-Messaging

Chrome's native messaging example project for Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native-Messaging

Chrome's native messaging example project for Java.

Project structure:

  • App - contains chrome's extension for native messaging example.
  • App_Native - contains native application (java project).
  • Host - native messaging host (+ registry file).
  • Web - contains a simple website which send and receives message from native app.

If you are using eclipse, use maven's eclipse plugin:

cmd: cd App_Native
cmd: mvn eclipse:eclipse

About

Chrome's native messaging example project for Java.


Languages

Language:Java 44.6%Language:JavaScript 39.6%Language:HTML 14.3%Language:Batchfile 1.4%