An open API service indexing awesome lists of open source software.

https://github.com/appwrite/functions-starter


https://github.com/appwrite/functions-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Appwrite functions starter

Templates for an [Open Runtimes](https://github.com/open-runtimes/open-runtimes) function that
includes [Appwrite](https://github.com/appwrite/appwrite) library. These starters can be used by manually downloading
the template in your favorite runtime (programming language), or by using AppwriteCLI:

```bash
appwrite init function
```

## Supported runtimes

| Runtime | Versions | | | | | |
|---------|----------|------|------|------|------|------|
| C++ | 17.0 | | | | | |
| Dart | 2.12 | 2.13 | 2.14 | 2.15 | 2.16 | 2.17 |
| Deno | 1.12 | 1.13 | 1.14 | 1.21 | 1.24 | |
| .NET | 3.1 | 6.0 | | | | |
| Java | 8.0 | 11.0 | 17.0 | 18.0 | | |
| Kotlin | 1.6 | | | | | |
| Node | 14.5 | 15.5 | 16.0 | 17.0 | 18.0 | |
| PHP | 8.0 | 8.1 | | | | |
| Python | 3.8 | 3.9 | 3.10 | | | |
| Ruby | 3.0 | 3.1 | | | | |
| Rust | 1.55 | | | | | |
| Swift | 5.5 | | | | | |