Ask HN: What cool projects did you build with serverless workers?
I finally managed to learn how to use Cloudflare's workers but still not sure what to use them for.
I have this feeling that this is a really cool tech that has a great potential automating stuff, but I can't figure out.
What are some cool projects did you build on top of them?
6 comments
[ 261 ms ] story [ 373 ms ] threadHere's the app demo: https://joshstroud.com/apps/spotify-notification
The page is hosted on Cloudflare within a single HTML file. Here's the code on GitHub: https://github.com/joshagilend/joshstroud.com/blob/9bece41b5...
Cloudflare serverless is free, often times. I like that a lot :)
J
It gives us around 100ms load time for our SDKs anywhere in the world even on cold boot.
It was a cloudflare worker in the beginning (you can find it in the branches) but i rewrote it for deno deploy, since I found hosting cf worker locally (which was one of my goals) a pain.
https://github.com/K0IN/Notify