While trying to run the code bellow: import zmq from "npm:zeromq@5" async function run(): Promise<void> { const sock = new zmq.Pull sock.connect("tcp://127.0.0.1:3000") co...
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.