Skip to content

A server-side framework based in Nest, but with meta programming included.

Notifications You must be signed in to change notification settings

overheat-org/carboner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carboner

A server-side framework based in Nest, but with meta programming included, to get more development facility and less overhead.
  • Comptime decorators: decorators are readed in compilation, reducing memory use with overheads. The code is transformed to a version without decorators, but with helpers for each decorator to handle it.
  • Params injection: different of nest, you don't need to use @Req decorator to inject param. The carboner detect the data to be passed observing TypeScript type.
  • DTS generation: Auto generation of server route types, to use on client.

About

A server-side framework based in Nest, but with meta programming included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published