Skip to content
/ satellite Public

A tiny server to do anything you can't do without a tiny server

License

Notifications You must be signed in to change notification settings

lbke/satellite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

satellite

A tiny server to do anything you can't do without a tiny server

Why?

  • Next.js handles web pages and SERVERLESS API routes
  • Next.js middleware handle proxy features using v8 engine
  • ncc handles building scripts written in TS
  • But nobody handles long-lived jobs:
    • Database daily cleanups
    • Cron jobs of all kind
    • Data computation jobs etc.
    • Basically anything you can't do with a serverless API

Current workaroud is using tools such as GitHub action. But we want to limit the number of 3rd party service we use.

Satellite aims at solving this issue.

Hosting

We need a serverfull alternative to Vercel: eg https://railway.app/about

About

A tiny server to do anything you can't do without a tiny server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published