Page 1 of 1

CEF JavaScript to native and vice versa

PostPosted: Tue Jun 10, 2014 4:13 am
by eiennisakebe
Hello,
I'm planning to use CEF3 into an embedded project. The middleware runs a set of process each one of them exposes a set of API through d-bus.
I would like to have your opinion (regardless the availability of d-bus) about how to achieve a two way low latency communication between Javascript and the native C++ processes

Thanks

Re: CEF JavaScript to native and vice versa

PostPosted: Tue Jun 10, 2014 11:19 am
by magreenblatt
Can the native C++ processes use something other than dbus? For example, if they exposed HTTP/WebSockets APIs then JavaScript could talk to them directly.