TypeScript

Ts.ED Provides TypeScript Framework Leveraging Express and Decorators

  • admin 
Ts.ED provides a server-side TypeScript framework on top of Node.js and Express. The framework provides classes and decorators to simplify common server-side patterns, and offers integration with many other projects including TypeORM, Swagger, GraphQL, AJV, Passport.js, and Socket.io, among others. Ts.ED provides controllers using the @Controller decorator, each of which maps to Express’ routing system. Similarly, decorators get provided for common patterns including requests, sessions, posts, middleware, server settings, and… Read More »Ts.ED Provides TypeScript Framework Leveraging Express and Decorators

Nest.js 6 Improves GraphQL Integration and Improves Platform Flexibility

  • admin 
Nest.js recently announced the release of version 6 of their TypeScript framework. Nest.js 6 improves support for GraphQL and also decouples the platform-specific portions of their framework to support applications beyond their traditional Express and Node.js based architecture. Kamil Mysliwiec, creator of Nest.js and co-founder of Trilon.io, explains the changes in Nest.js 6 with GraphQL: One of the most common problems with GraphQL applications is a types redundancy. In order… Read More »Nest.js 6 Improves GraphQL Integration and Improves Platform Flexibility