DEV Community

Discussion on: Building a RESTful API with NestJS and MongoDB (Mongoose)

Collapse
 
carlomigueldy profile image
Carlo Miguel Dy

Hey thanks for reading and glad you enjoyed it!

That's good to know, hope you'll enjoy writing more of TypeScript. I can suggest you to take a look at how validation rules is being implemented in Nest by creating Pipes, middleware, all related to security.

Then I think you can take a look at how you can implement web sockets with Nest, which is also something I want to explore/learn more about it.