deepkit / deepkit-framework

A new full-featured and high-performance TypeScript framework
https://deepkit.io/
MIT License
3.14k stars 116 forks source link

[Feature] Runtime environment agnostic framework #236

Open marcus-sa opened 2 years ago

marcus-sa commented 2 years ago

We'd like to support additional runtime environments, such as:

This would require that we'd need to extract all runtime environment specific code into their own packages.

Code that is tied to NodeJS [WIP]

@deepkit/app:

@deepkit/crypto

@deepkit/http:

@deepkit/rpc:

sunw31 commented 2 years ago

good idea , deno with deepkit

https://www.edgedb.com/blog/how-we-converted-our-node-js-library-to-deno-using-deno https://wintercg.org/

TzviPM commented 1 week ago

I wonder if https://unjs.io/packages/unenv would be helpful here