Ts.ED Provides TypeScript Framework Leveraging Express and Decorators
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