Welcome to Binaris, a developer-obsessed, low-latency FaaS platform. Below is a collection of ready to deploy samples.
If you are new to Binaris, we recommend you follow are getting-started tutorials.
Each example contains a README.md with an explanation about the solution and it's use cases.
Example | Runtime |
---|---|
fractal-terrain-generation Render terrain in a browser with a backbend implemented in Serverless functions |
nodeJS |
python-crud-s3 Serverless CRUD backend that uses Amazon s3 for storage |
python3 |
quicksearch Fetch textual results as you type with function-based quicksearch |
nodeJS |
slack-code-runner-bot Run JavaScript code snippets directly from your own Slack |
nodeJS |
slack-pi-command Calculate PI to n digits in Slack |
nodeJS |
trello-auto-updates Implement Trello webhooks to extend a dashboard behavior |
nodeJS |
whiteboard Synchronized web whiteboard based on functions, Redis and websockets |
nodeJS |
five-minute-serverless-backend Build a serverless web backend in 5 minutes |
nodeJS |
quines A small collection of self-replicating functions |
nodeJS and python2 |
python-crud-google-spreadsheet Google Spreadsheet CRUD with functions |
python3 |
kmeans-sklearn Simple kmeans examples using sklearn |
python2 |
serverless-map-reduce Serverless MapReduce |
nodeJS |
redis-exercises Various Redis exercises |
nodeJS |
image-resize Resize images with ImageMagick |
nodeJS |