-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.mod
More file actions
36 lines (29 loc) · 1.47 KB
/
Copy pathmoon.mod
File metadata and controls
36 lines (29 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name = "moonbitstack/moonzero"
version = "0.11.2"
readme = "README.md"
repository = "https://github.com/moonbitstack/moonzero"
license = "Apache-2.0"
keywords = [
"go-zero",
"microservice",
"server",
"middleware",
"moonapi",
"moonbit",
]
description = "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."
import {
"moonbitstack/moonapi@0.12.0",
"moonbitstack/moonasgi@0.10.0",
"moonbitstack/moonrpc@0.19.2",
"moonbitstack/mooncrypt@0.3.1",
"moonbitstack/mooncred@0.6.1",
"moonbitstack/moonhttp@0.10.0",
"moonbitstack/moonjson@0.4.0",
"moonbitstack/moonyaml@0.1.1",
"moonbitstack/moonlog@0.1.0",
"moonbitstack/moonpool@0.2.0",
"moonbitstack/moonvar@0.2.0",
"moonbitstack/moonbase@0.4.0",
"moonbitlang/async@0.20.3",
}