Hacker News new | past | comments | ask | show | jobs | submit login
Worker Tools: Tools for Writing HTTP Servers in Worker Runtimes (workers.tools)
14 points by jacobmarble on Dec 31, 2022 | hide | past | favorite | 2 comments



I'm surprised WASM isn't a bigger part of this page - it's probably one of the coolest advancements in the serverless space, especially Cloudflare Workers!

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 https://github.com/syumai/workers)


This is a super super great looking set of tools!

One thing I'd like to see here is a little more explicit connection to ServiceWorkers. These various worker runtimes are patterned off the client's http serving capabilities, ServiceWorker, and ideally many/most of these tools should be useful there too. Making that more explicit/clear & a visible goal would be great.

Really impressive list here though. With hope this is where http handling really starts going.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: