HYPERJS.AI

MSGPACK

v0.1.0MessagePack wire format for Hyper — content-negotiated encode/decode.

$ hyper add msgpack

Copies 2 files into src/hyper/msgpack/ and updates hyper.lock.json.

DEPS

FILES

README

@hyper/msgpack

MessagePack wire format for Hyper — content-negotiated encode/decode.

Install

Components are installed as source into your repo, not pulled from npm:

bunx hyper add msgpack

Wires the alias @hyper/msgpack to src/hyper/msgpack/ (configurable in hyper.config.json). See hyperjs.ai for the full registry.

Usage

import { Hyper } from "@hyper/core"
import { msgpack } from "@hyper/msgpack"

export default new Hyper()
  .use(msgpack())
  .listen(3000)

Docs

See the main README and docs/ for guides and integration recipes.

License

MIT

MANIFEST