Skip to main content
Module

x/messagepack_rpc/deno.jsonc

🦕 Deno module that allows for the implementation of MessagePack-RPC using MessagePack as the message schema.
Go to Latest
File
{ "tasks": { "test": "deno test --no-lock --unstable -A --parallel", "check": "deno check --no-lock --unstable $(find . -name '*.ts')", "upgrade": "deno run --no-lock -A https://deno.land/x/udd/main.ts $(find . -name '*.ts')" }}