An open API service indexing awesome lists of open source software.

https://github.com/dev-t2/ran-chat

Creating Random Chat Service Using NestJS MVC Pattern
https://github.com/dev-t2/ran-chat

nestjs postgresql prisma typescript

Last synced: 28 days ago
JSON representation

Creating Random Chat Service Using NestJS MVC Pattern

Awesome Lists containing this project

README

          

# References

- [NestJS](https://nestjs.com)
- [Model View Controller](https://docs.nestjs.com/techniques/mvc)
- [Middleware](https://docs.nestjs.com/middleware)
- [Logger](https://docs.nestjs.com/techniques/logger)
- [Exception filters](https://docs.nestjs.com/exception-filters)
- [Pipes](https://docs.nestjs.com/pipes)
- [Interceptors](https://docs.nestjs.com/interceptors)
- [Gateways](https://docs.nestjs.com/websockets/gateways)
- [Prisma](https://docs.nestjs.com/recipes/prisma)
- [Validation](https://docs.nestjs.com/techniques/validation)
- [Handlebars](https://handlebarsjs.com)
- [Reset CSS](https://meyerweb.com/eric/tools/css/reset)
- [Socket.IO](https://socket.io)
- [Client Initialization](https://socket.io/docs/v3/client-initialization)
- [PostgreSQL](https://www.postgresql.org)
- [Prisma](https://www.prisma.io)
- [Configuring logging](https://www.prisma.io/docs/concepts/components/prisma-client/working-with-prismaclient/logging)