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-generationRender terrain in a browser with a backbend implemented in Serverless functions | nodeJS |
python-crud-s3Serverless CRUD backend that uses Amazon s3 for storage | python3 |
quicksearchFetch textual results as you type with function-based quicksearch | nodeJS |
slack-code-runner-botRun JavaScript code snippets directly from your own Slack | nodeJS |
slack-pi-commandCalculate PI to n digits in Slack | nodeJS |
trello-auto-updatesImplement Trello webhooks to extend a dashboard behavior | nodeJS |
whiteboardSynchronized web whiteboard based on functions, Redis and websockets | nodeJS |
five-minute-serverless-backendBuild a serverless web backend in 5 minutes | nodeJS |
quinesA small collection of self-replicating functions | nodeJS and python2 |
python-crud-google-spreadsheetGoogle Spreadsheet CRUD with functions | python3 |
kmeans-sklearnSimple kmeans examples using sklearn | python2 |
serverless-map-reduceServerless MapReduce | nodeJS |
redis-exercisesVarious Redis exercises | nodeJS |
image-resizeResize images with ImageMagick | nodeJS |