Send data from browser-side to zeromq node.js client server
问题 I have a capture.js file included as a script in index.html which capture image on click via webcam. I need to send the base64URL of the captured image in zeromq client server (TCP client) written in node js so that I can connect send it later to a python zeromq server(TCP server). I have tried a lot of way and searched a lot for the weeks, there is no CDN link for zeromq and couldn't be able to compile it and also the variable shows undefined in client.js . I will really appreciate if any