The Wayback Machine - https://web.archive.org/web/20201109073156/https://github.com/topics/typescript-framework
Skip to content
#

typescript-framework

Here are 56 public repositories matching this topic...

tsed
NachtRitter
NachtRitter commented Nov 4, 2020

Information

  • Version: 5.59.4

When I apply @Required decorator to file uploading field, I don't receive an error for request with empty body.

Example

@Post('/logo')
@Returns(String)
async setLogo(@Required()  @MultipartFile('logo') logo: Express.Multer.File): Promise<string> {
  // I get here logo variable with undefined value if I make just POST request without any
anonimusprogramus
anonimusprogramus commented Jul 28, 2020

FoalTS documentation is awesome. It helps me building a good grasp of how a framework takes care of auth, orm, cli, etc. step by step thru Tutorials and Topic Guides.

If it's possible, I'd love to translate it — to Bahasa Indonesia. Hope v2 is a good starting point.

What do you think?

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
  • Updated Nov 7, 2020
  • TypeScript
jeremy-coleman
jeremy-coleman commented Aug 18, 2019

Hi, i think its possible to get the core (DI only) bundle size down by about 1000% with a little effort. This will certainly have to happen in the future, so it's better to address it now imo.

check out https://github.com/jmankopf/mani-injector and replace 'reflect-metadata' with @abraham/reflection. works great. (like 300 loc vs rxdi 40k lol).

jupyter lab has a light weight DI system with

Node.js server-side TypeScript framework with one thing in mind - removing code is easier than writing it. Auto-generated Swagger docs, REST, GraphQL, WebSockets and others - have it all, delete what you don't need 🙈🙉🙊
  • Updated Dec 7, 2018
  • TypeScript

Improve this page

Add a description, image, and links to the typescript-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typescript-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.