angular / in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived.
MIT License
1.18k stars 232 forks source link

Feature Request: use NestJS as base library #169

Open asnowwolf opened 6 years ago

asnowwolf commented 6 years ago

The difference between the present implementation and the real communication mechanism is slightly larger, which is not conducive to debugging(network) and simulation, and the ecological system is not rich enough.

NestJS is handy, and grammatically similar to Angular.

I would like to see if we can change this implementation from the current one to NestJS-based so that we can save our own development effort and improve the simulation.

Of course, this can also be considered as a stand-alone project to avoid compatibility issues.