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

https://github.com/narumincho/definy-rpc-example


https://github.com/narumincho/definy-rpc-example

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# definy RPC example

definy RPC の実装例 (シンプルなコード)

GitPod からも開いて動作を確認することができます
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/narumincho/definy-rpc-example)

実行コマンド

```sh
deno run --check --allow-net=[::1]:8000 ./main.ts
```