A collection of use cases and examples to be deployed in MetaCall. For more information, visit MetaCall.
- Typescript React SSR: A hello world react app with server side rendering example using typescript.
- Python Web App: A basic example of a template web that gives you the current time.
- Auth Middleware: Example of how to implement a middleware using JWT by function composition pattern in NodeJS.
- Auth Function Mesh: An example of a function mesh using NodeJS for JWT authentication and Python as a frontend using the auth service.
We also maintain other examples, which are published in different repositories:
- Mailchimp Subscription: A complete example for setup Mailchimp subscriptions, includes Express for handling Webhooks.
- Mailchimp DynamoDB Newsletter: A self contained solution for a Newsletter. A micro front-end, serverless function and a service (Express).
There are other examples for articles that we write in our blog. We are opened to publish articles written by the community too.
- BeautifulSoup Express Example: Using BeautifulSoup (Python) mixed with an Express server (NodeJS) in order to build a Serverless Polyglot Scraping API with MetaCall.
- Polyglot URL shortener that can be deployed into MetaCall FaaS: Using TinyURL API in Python with a Node Script to shorten a URL, which can be deployed as a Polyglot URL Shortener on MetaCall FaaS, by harshcasper
- Polygot Currency Converter: Using Exchnage Rates API in Python with a NodeJS Script to Convert Currency using MetaCall by Siddhant-K-code
- Ployglot Random Password Generator: Follow a step-by-step guide to install MetaCall and make your first simple project using Python and Javascript, by Mostafa Wael
A part from the examples contained in this repository, we are interested in maintaining examples done by the community. The following list contains other repositories with examples ready to be deployed in MetaCall that are supported by contributors.
- MetaCall Machine Learning Example: Machine Learning example for predicting salary amount depending on years of experience, by akash-joshi
- MetaCall SSR React Example: React server rendering example, by Drontitan
- MetaCall Hashing Function with Frontend: Metacall Hashing function with frontend, by gargakshit
- MetaCall Polyglot Random Password Generator: A simple random password generator implemnted using Python and Node.js, by Mostafa Wael