You can serve static data over HTTP
ignore.pl
You can serve static data over HTTP
1–10 of 127 posts
Re: You can serve static data over HTTP
#2Re: You can serve static data over HTTP
#3Re: You can serve static data over HTTP
#4Makes it super simple to implement mocks of your api design before building the api.
Re: You can serve static data over HTTP
#5Re: You can serve static data over HTTP
#6Indeed. I've noticed an increasing number of people who call themselves "developers" and appear to create software, but all they can do is follow step-by-step tutorials to glue together some massively bloated thing that they have absolutely no understanding of, much less the skills to debug it when something doesn't work perfectly as expected.
Re: You can serve static data over HTTP
#7Re: You can serve static data over HTTP
#8that's why I really, really hope ActivityPub or Nostr protocol could be designed as static-website compatible. But nope.
Re: You can serve static data over HTTP
#9Re: You can serve static data over HTTP
#10What 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?
But only for prototyping and testing the auth and database tools.
Haven’t really made a decision on it vs rolling my own in Rails.