https://github.com/narumincho/definy-rpc-example
https://github.com/narumincho/definy-rpc-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumincho/definy-rpc-example
- Owner: narumincho
- Created: 2023-01-22T05:07:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T03:12:47.000Z (over 3 years ago)
- Last Synced: 2025-01-23T10:30:46.242Z (over 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# definy RPC example
definy RPC の実装例 (シンプルなコード)
GitPod からも開いて動作を確認することができます
[](https://gitpod.io#https://github.com/narumincho/definy-rpc-example)
実行コマンド
```sh
deno run --check --allow-net=[::1]:8000 ./main.ts
```