tplgy / bonefish

C++ WAMP application router that enables building applications from loosely-coupled components.
Apache License 2.0
55 stars 33 forks source link

[feature] Implement native server support #21

Closed davidchappelle closed 9 years ago

davidchappelle commented 9 years ago

Implement native server support so that native components can call directly into bonefish without the need for any sockets or IPC mechanisms.

jpetso commented 9 years ago

Just to mention, zeromq calls this "inproc" and I think that's a fairly accurate name while still remaining brief.