I'm trying to create an interface in javascript to talk to and control robots (written in C) using zeromq. I'm new to zeromq and have great difficulty in finding a library to use zeromq in javascript, while a good library exist in numerous other languages. The two small libraries I have found use a workaround using flash or web sockets which makes it a lot more complicated. Both are 'in beta' and abandoned.
The reason we're using html/javascript is because it can be used on many platforms, but it seems like javascript is not made for this kind of job? I feel that I'm doing someone wrong since I find so little information about this. I'm told to use CZMQ and Zyre, but those can't be used with javascript as far as I'm aware? Any help or redirect towards a guide would be appreciated, I'm way in over my head and am making little process.