Issues with libuv and zeromq support in Deno?
I was creating a deno proxy server to communicate with my python microservices which extensively use zeromq to communicate with each other,
But on Deno I cannot set up zeromq no matter what, this is the error I get with using
npm:zeromq
package.
I even tried using these bindings made for Deno
https://deno.land/x/zeromq@0.0.1
it is unmaintained but i was just testing, and it resulted in following error
Is it zeromq library error or is support for libuv or some zeromq package not there in deno yet?1 Reply
Sounds like a bug in Deno. Can you file an issue for that over here https://github.com/denoland/deno/issues ?
GitHub
Issues · denoland/deno
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.