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
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?
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?

