Replies: 1 comment 4 replies
-
Isn't process a node thing? I'd highly recommend doing this in Go. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to use zeromq in the front end to receive data directly in javascript (using svelte) from another script
but I'm getting
ReferenceError: process is not defined
when try the exampleFrom my serarch, it is because process is only on the serevr side and is not available client side. I found some hints to send the process to the client side, but so far nothing has worked.
any clues?
Beta Was this translation helpful? Give feedback.
All reactions