Skip to content
/ native Public

Native messaging made easier. A library to implement the other end of a WebExtension using native messaging.

License

Notifications You must be signed in to change notification settings

edoput/native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

native

WebExtension native process library. A WebExtension can spawn native processes and communicate over STDIO/STDOUT with it. This package offers a simple interface to the messaging inspired by the net/http package.

Writing the native end of a WebExtension becomes as easy as implementing the ServeNative interface and calling ListenAndServe.

Examples

In the cmd directory you can find ready to test examples.

About

Native messaging made easier. A library to implement the other end of a WebExtension using native messaging.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages