Add server runtime and hello handshake

This commit is contained in:
nav
2026-04-08 21:13:16 +00:00
parent b44a4cae66
commit f7c7531385
6 changed files with 308 additions and 19 deletions

View File

@@ -67,5 +67,11 @@ export {
type ConnectionHandler,
type DisconnectionHandler
} from "./core/transport.js";
export {
createYonexusServerRuntime,
YonexusServerRuntime,
type YonexusServerRuntimeOptions,
type ServerLifecycleState
} from "./core/runtime.js";
export { manifest };