What is a server? The computer that answers

Lesson 4 of the journey of a tap: where the request lands, what that computer can see, and why "serverless" still means servers.

Aliteq
Sam Ortega · Build Editor

You now understand

A server is an always-on computer (or program) that answers requests

You now understand

It should check every request before doing any work

You now understand

It's where secrets belong, because users can't see inside it

What this means for your app

Many AI-built apps skip writing a server: the phone talks straight to a hosted database like Supabase. That works, but the Check step then has to happen in the database's own rules, which is what…

Aliteq

Read the full story

What is a server? The computer that answers

Read the full story on Aliteq