TypeScript/Deno runtime bridge — Go gRPC server + Deno sidecar. The seed project that inspired the entire Core framework. - Module: forge.lthn.ai/core/ts - Package: ts (renamed from coredeno) - gRPC bridge: CoreService (Go→Deno) + DenoService (Deno→Go) - Deno runtime: worker isolation, module loading, permissions - Proto descriptor retains original path (regenerate with protoc later) Co-Authored-By: Virgil <virgil@lethean.io>
8 lines
189 B
JSON
8 lines
189 B
JSON
{
|
|
"imports": {
|
|
"@grpc/grpc-js": "npm:@grpc/grpc-js@^1.12",
|
|
"@grpc/proto-loader": "npm:@grpc/proto-loader@^0.7"
|
|
},
|
|
"nodeModulesDir": "none",
|
|
"unstable": ["worker-options"]
|
|
}
|