# implement-nestjs-controller-get **Repository Path**: JYbill/implement-nestjs-controller-get ## Basic Information - **Project Name**: implement-nestjs-controller-get - **Description**: 通过ts 反射 + 装饰器实现低配版的nest的@Controller、@Get - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-08 - **Last Updated**: 2022-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 通过ts的反射reflect-metadata和修饰器实现nest的@Controller和@Get功能 + 源码 + GitHub:[https://github.com/JYbill/implement-nestjs-controller-get](https://github.com/JYbill/implement-nestjs-controller-get) + Gitee:[https://gitee.com/JYbill/implement-nestjs-controller-get](https://gitee.com/JYbill/implement-nestjs-controller-get) > 还有很多可以完善的地方,通过这个案例,对ts的反射和对象、原型有了很大程度的理解 + 功能原理 ![](https://gitee.com/JYbill/typroa_pic/raw/master//%E5%8D%9A%E5%AE%A2/implement1.png)