How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Meteor apps with NestJS-style

calendar_today June 1, 2026 person diavrank95 domain meteor

Hi Meteor community, I wanted to share a package I have been using for a while in production and local development: GitHub GitHub - diavrank/meteorjs-decorators: Meteor decorators to make your Meteor… Meteor decorators to make your Meteor app with NestJS-style pattern. - diavrank/meteorjs-decorators meteorjs-decorators brings a NestJS-style structure to Meteor apps: controllers, services, modules, dependency injection, DTO validation, response DTO mapping, publications, entities, and indexes. The goal is to make bigger Meteor apps easier to organize, test, and scale. I have been using this a

open_in_new Read original post