Update docs/tutorials/add-runtime.md

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Bradley Schofield
2021-10-12 09:43:16 +01:00
committed by GitHub
co-authored by kodumbeats
parent 07d6aca811
commit 472e05ec5e
+1 -1
View File
@@ -9,7 +9,7 @@ Function Runtimes allow you to execute code written in any language and form the
In order for a function runtime to work, two prerequisites **must** be met due to the way Appwrite's Runtime Execution Model works. Theses are as follows:
- [ ] The Language in question must be able to run a web server that can serve json and text.
- [ ] The Runtime must be able to be packaged into a docker container
- [ ] The Runtime must be able to be packaged into a Docker container
Note: Both Compiled and Interpreted languages work with Appwrite's execution model but both are written in slightly different ways.