After working on a native messaging host application for chrome and Firefox, I
thought some might find it useful if I extracted the messaging part into
library.
https://github.com/qrtz/nativemessaging
Your feedback is very much welcomed
--
You received this message because you are subscribed t
I have recently added a few features I thought were worth sharing.
- use fsnotify instead of scanning for changes on every request
- automatically reload html pages on change
- display panic output in the browser with link to the source file and line
number
https://github.com/qrtz/livedev
Tha