Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
thephyber
6 months ago
|
parent
|
context
|
favorite
| on:
Edge Scripting: Build and run applications at the ...
What are applications that are well fitted to edge computing?
I spent 2 evenings brainstorming this, but haven’t come up with anything.
stickfigure
6 months ago
|
next
[–]
I recently wrote a city -> geo lookup API for typeahead. Running on edge it's wicked fast. The database just barely fits in a CF worker though.
ricardobeat
6 months ago
|
prev
|
next
[–]
It’s all about latency. Even simple dynamically rendered websites can be much faster when you avoid multiple roundtrips to a far away DC.
ranguna
6 months ago
|
parent
|
next
[–]
If your pages depend on data from APIs that are not globally distributed, having an edge runtime can be worse. Specially when dealing with non distributed databases.
KTibow
6 months ago
|
prev
|
next
[–]
If you want to avoid super slow starts for an app that has some secret keys / other backend logic while staying on a free tier
victorbjorklund
6 months ago
|
prev
[–]
I used it before for a simple geolockup service for a autocomplete.
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I spent 2 evenings brainstorming this, but haven’t come up with anything.