A server that stays running around the clock waiting for requests, rather than spinning up only when called like a serverless function. You need one for things like background jobs and persistent database connections, and it usually costs a flat monthly fee.