Atomic
Atomic runs your code as functions: you mark the ones you want to expose with a one-line directive, and Atomic builds them, gives each a URL and secures it. There's no framework to learn and no server to configure. Write a function, deploy it, call it.
Start here
- Write a functionThe handler shape, and what you pay for.
- The directiveTrigger, route, auth and secrets on one line.
- Six languagesGo, Python, Node, Ruby, PHP and Rust.
Reaching a function
- AuthenticationThe auth gate, and per-route API keys.
- Request headersWhat reaches your handler, and what does not.
- TriggersQueue-triggered and scheduled functions.
- StreamingSSE and WebSocket from one function.