Replies: 1 comment 4 replies
-
You cannot, Deno doesn't allow to send |
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 all
I'm trying to make a simple HTTP server to run multi-threaded.
Guide: https://deno.land/manual/examples/http_server
server.ts:
worker.ts:
I run the server as follows:
Access as follows:
When try to access, server prints the following error:
How can I fix this error?
Best regards
Sagara
Beta Was this translation helpful? Give feedback.
All reactions