deepkit-framework
                                
                                
                                
                                    deepkit-framework copied to clipboard
                            
                            
                            
                        A new full-featured and high-performance TypeScript framework
I'd love to support the future development of this project - as I'm sure others would like to as well. Perhaps you could create an OpenCollective or something similar for...
Examples
Similar to how [Next.js](https://github.com/vercel/next.js/tree/canary/examples) does it, I think having a directory of example projects would hugely benefit on-boarding new developers with this framework as well as giving them an easier...
I've got a complicated setup using `@deepkit/type` that transforms elaborate nested objects to/from JSON, but also to/from a separate legacy domain-specific language. Some of the data in this second transformation...
I assume you know it yourself that the second section about RPC in your docs is broken/not yet finished, so no worries and I think you just doubled the navigation...
Currently, `mixin()` creates a class where the constructor calls the constructor of all mixins. This is quite inflexible when you want to populate all required properties of these mixins. It...
Some middlewares from the community provide their own route handling. The current behavior is that if the route isn't known to Deepkit it will return a 404. We should introduce...
Two suggestions: #### `.returning()` type. Accurate types would be very nice to have They can be stored in a new generic for `Query` and `BaseQuery` #### `.returning()` wildcard. When you...
[TechEmpower Benchmarks](https://www.techempower.com/benchmarks/) are a popular resource for developers to compare the performance of various web application frameworks. Based on the deep focus on speed and performance from Deepkit I think...
Add a simplified version of join that's executed on the client side (mimics .populate in mongoose)
Rationale: At least for mongoose it appears that executing simple queries such as "fetch me all resources of author X and populate author X in the results" actually takes longer...
Pretty much the title and in particular with Mongo, where I use `db` as a namespace for tenants on the fly and without initiating new ORM or driver instances. All...