https://github.com/appwrite/functions-starter
https://github.com/appwrite/functions-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appwrite/functions-starter
- Owner: appwrite
- Created: 2022-01-19T15:33:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T14:00:15.000Z (over 1 year ago)
- Last Synced: 2025-01-31T18:45:40.353Z (11 months ago)
- Language: Java
- Size: 195 KB
- Stars: 31
- Watchers: 15
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 | | | | | |