You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: