layout | hero | features | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
home |
|
|
::: warning
:::
LambdaQueue is a serverless platform to handle all your asynchronous jobs and schedules. With our SDKs you should be up and running in minutes, without any databases and backend services. On serverless, or on your self hosted backend.
Here is a quick sample of how your code might look like when using our SDKs.
::: code-group <<< @/code/express/src/basic.ts [Express.js] :::
Make sure to check out examples section for more real life examples and use-cases.
Our documentation is split in few sections to help you navigate around. If you're just starting up you should probably visit it all in following order:
- Quick Start - quickly get up to speed with a basic example
- Examples - check out common use-cases and how you might implement them.
- API & Docs - details about available options and APIs.
You might also want to check out overview section to get a grasp on how LambdaQueue ensures that only you can access your endpoints and data. How to encrypt your messages, so anyone else can't access them (not even our tech support). And how to decrypt them in our Admin UI on demand, when you're debugging your application.
You might also be interested in our Sandbox server, that you can use for development or to play with our SDKs.