MaskingTechnology / jitar

Distributed runtime for JavaScript and TypeScript
https://jitar.dev
MIT License
127 stars 9 forks source link

Separate server implementation from node #505

Open basmasking opened 6 months ago

basmasking commented 6 months ago

We need to split the server from the actual node implementation (express) to make it easier to make implementations for deno, bun etc. and also to configue the rpc implementation to work with other protocols, i.e. gRpc