I need to write a browser plugin to communicate with another process,
and it seems I have to use NPAPI plugins. Is there any example or open
source NPAPI plugin I can refer to?
Many thanks for your reply.
Depends on what you want to.
The basic NPAPI samples build on Linux too:
http://mxr.mozilla.org/seamonkey/source/modules/plugin/samples/
For IPC it depends on your use-case, though Boost.Interprocess or D-
Bus come to mind.
Georg