The Package Registry

for MoonBit community

21,084

Packages

2,316

Modules

6,232,910

Downloads

Recently updated

moonbitlang/core1 hour ago

chensuiyi/bm28 hours ago

A lightweight Linux process manager for Bun and Node.js applications, written in MoonBit

marianoguerra/tutuca9 hours ago

MoonBit port of the tutuca UI framework (value language, templates, vdom, components, app runtime, lint, CLI)

Lfan-ke/moonzero9 hours ago

moonzero — a service framework for MoonBit (← go-zero): config-driven assembly of a moonapi application with middleware, producing a runnable moonasgi AsgiApp. v0.6.2 runs real unary, server/client-streaming, and bidirectional zRPC calls over moonrpc's h2c transport (an in-process RpcChannel drives HPACK HEADERS + length-prefixed DATA + grpc-status trailers through the H2Server engine), graceful shutdown draining in-flight calls, a persisted, watchable etcd v3-shaped registry (watch, events_since catch-up, snapshot/restore) with round-robin/pick-first balancers and a load-balanced client, real file-backed registry I/O over moonbitlang/async's fs with a live filesystem watcher (native discov driver), request metrics (counter + latency histogram), and W3C traceparent propagation.

Lfan-ke/mooncat9 hours ago

mooncat — a native ASGI 3.0 server for MoonBit (← uvicorn), built on moonbitlang/async and the moonasgi SEAM.

Lfan-ke/moonapi9 hours ago

moonapi — a typed web framework for MoonBit (← FastAPI): routing, typed extractors, descriptor-driven validation, multi-version OpenAPI/Swagger (2.0 / 3.0 / 3.1) with security schemes, dependency injection, OAuth2 password-bearer with self-built HS256 JWT and scopes, per-operation security enforcement, multipart/urlencoded form and file extractors, response_model filtering, background tasks, sub-application mounting, a CORS/gzip(real DEFLATE)/exception-handler middleware stack with per-status handlers, Server-Sent Events, and WebSocket routes, on the moonasgi SEAM.

Lfan-ke/moonctl10 hours ago

moonctl (mctl) — a spec-driven code generator for MoonBit (← goctl): parse a .api service spec and emit compilable moonapi scaffolding (routes + handler stubs).

bobzhang/office10 hours ago

Agent-oriented XLSX and DOCX command-line tooling

bobzhang/office-lib10 hours ago

Agent-oriented XLSX and DOCX tooling for MoonBit

bobzhang/pagelayout10 hours ago

Paginated document layout engine: format-neutral page-model IR with SVG/PDF backends.

bobzhang/docx2html11 hours ago

Native MoonBit DOCX to HTML/Markdown converter ported from Mammoth

mizchi/x12 hours ago

Cross-platform MoonBit compatibility facades with native delegation and accelerated JS implementations for async IO, bytes, regexp, and JSON.