TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Worker Tools: Tools for Writing HTTP Servers in Worker Runtimes

14 pointsby jacobmarbleover 2 years ago

2 comments

TobyTheDog123over 2 years ago
I&#x27;m surprised WASM isn&#x27;t a bigger part of this page - it&#x27;s probably one of the coolest advancements in the serverless space, especially Cloudflare Workers!<p>Cloudflare was nice enough to bump up my worker upload limit to 5MB so I could upload Golang code with GOOS=js and GOARCH=wasm, and it works perfectly (with some notable help from whoever wrote this neat little niche repo <a href="https:&#x2F;&#x2F;github.com&#x2F;syumai&#x2F;workers">https:&#x2F;&#x2F;github.com&#x2F;syumai&#x2F;workers</a>)
rektideover 2 years ago
This is a super super great looking set of tools!<p>One thing I&#x27;d like to see here is a little more explicit connection to ServiceWorkers. These various worker runtimes are patterned off the client&#x27;s http serving capabilities, ServiceWorker, and ideally many&#x2F;most of these tools should be useful there too. Making that more explicit&#x2F;clear &amp; a visible goal would be great.<p>Really impressive list here though. With hope this is where http handling really starts going.