You can serve static data over HTTP
11–20 of 127 posts
Re: You can serve static data over HTTP
#12It’s been running unattended for a decade….
Re: You can serve static data over HTTP
#13Re: You can serve static data over HTTP
#14Re: You can serve static data over HTTP
#15Re: You can serve static data over HTTP
#16Was this is a joke or something? You could have always done this with whatever framework you were using including Express, FastAPI, Flask & everything else....
Re: You can serve static data over HTTP
#17Re: You can serve static data over HTTP
#18At my work I struggle with the opposite: all problems are being squeezed into "let's put it into static JSON on the CDN" - which ends up with a complex custom JSON based language (schema) to support sharing information between apps, subsetting information (ie. search) etc - ie. implementing an ad-hoc one-file database. Ahh... and don't forget about complex CI/CD pipelines and Git setup that allow business users to manipulate data in these files.
I found "just use Postgres for everything" a much saner default in the end.
Re: You can serve static data over HTTP
#19What if the data is dynamic but small and low qps? What are the current easiest projects and services for authed data CRUD? Is firebase still good?