Commit 44f5d4e
committed
feat(acp-nats-ws): add WebSocket-to-NATS bridge binary crate
- Add `acp-nats-ws` crate and `axum` server routing WebSocket connections
- Implement inline zero-cost connection handler operating on raw frames
- Prevent graceful shutdown race condition by using `watch` channel
- Implement integration tests to verify the NATS-WS interaction
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>1 parent 9ab513a commit 44f5d4e
File tree
23 files changed
+1238
-217
lines changed- .github/workflows
- rsworkspace
- .cargo
- crates
- acp-nats-stdio
- src
- acp-nats-ws
- src
- acp-nats
- src
- acp-telemetry
- src
- trogon-nats/src
23 files changed
+1238
-217
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
20 | | - | |
21 | 17 | | |
22 | 18 | | |
| 19 | + | |
23 | 20 | | |
0 commit comments