Esente
Explore posts from serversCDCloudflare Developers
•Created by Esente on 4/16/2024 in #workers-help
TCP Socket does not seem to work on Worker
Still does not work.
5 replies
CDCloudflare Developers
•Created by Esente on 4/16/2024 in #workers-help
TCP Socket does not seem to work on Worker
Just a small update. I was able to open https://connect.fifo.workers.dev/gopher/wbgopher from clicking the link in this thread, and see the response text. However, when I refresh the link, the same issue happens.
5 replies
CDCloudflare Developers
•Created by Esente on 4/16/2024 in #workers-help
TCP Socket does not seem to work on Worker
The same example code on the TCP sockets page:
5 replies
Passing Data in Fresh
In this case, there are couple of ways.
1. Go all in with JS by intercepting the submit event on the form, and use
fetch
to submit instead. Using the response to update the page.
2. Use something like HTMZ to update part of the page after form submission (through iframe technique).
Sorry for walking you through these choices. I'm all about doing thing with as little JS as possible and taking advantage of what HTML can already provide.17 replies
Fetch request from own server
But here is the article: https://deno.com/blog/cron#deno-cron-on-deno-deploy
19 replies