Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpc with c/c++ backend and browser js frontend #1

Open
KrishnaPG opened this issue Dec 30, 2015 · 1 comment
Open

rpc with c/c++ backend and browser js frontend #1

KrishnaPG opened this issue Dec 30, 2015 · 1 comment

Comments

@KrishnaPG
Copy link

Good to see another C++11 implementation of WAMP client. The ReadMe indicates a ws url. Does this mean, we can use c++ as rpc provider and javascript (from browser) as consumer both talking over websockets?

@alvistar
Copy link
Owner

alvistar commented Jan 1, 2016

Yes, as long as you use a router like crossbar in between. To use directly there's need to create a websocket server and wamp broker on the embedded system.

I did that as test in past for a c++ library, but not ported to embedded.

Doable but it will take time from current state.

A.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants