Hacker News new | ask | show | jobs
by jedberg 552 days ago
You run it as a daemon. The example in the readme is a fastapi app, for example. You would scale them the same way as any other long running app -- either behind a load balancer like haproxy or nginx or some other app runner.
1 comments

That makes sense! Thanks for the clarification