- Node.js
- wrangler
- just run
npm install -g wrangler
- just run
- tinygo (0.28 or haigher)
make create-db
make dev # run dev server
make build # build Go Wasm binary
make deploy # deploy worker
if you change app
directory, you should run make generate
before make dev
.
- Just send HTTP request using some tools like curl.
curl -X POST -H "Content-Type: application/json" -d '{"domain":"tsurutatakumi.info"}' http://localhost:8787
# However, it currently does not work well with workers
failed to check: operation not implemented