2023-06-10 04:41:02 -07:00

14 lines
357 B
Markdown

# Cloud Functions
PocketHost can run a Deno worker alongside your instance. In this worker, you can use the PocketHost client to listen for realtime changes or perform any other operations you desire.
Update your Deno worker via [PocketHost's FTP service](ftp.md).
## Quickstart
## RPC system
- Install RPC schema
- add command names to filter table
-