rest-node-nestjs
rest-node-nestjs copied to clipboard
With this skeleton, we can easily start a server application using Node.js, Nest JS and TypeScript.
CI/CD is a method to frequently deliver apps to customers by introducing automation into the stages of app development. Using CI & CD for deploying the build to SIT, UAT...
To maintain sensitive data like db/app configuration we can use parameter store. Instead of .env file we can store all sensitive information/configurations on AWS parameter store and fetch as per...
### Discussed in https://github.com/NeoSOFT-Technologies/rest-node-nestjs/discussions/25 Originally posted by **rex610754** August 9, 2021 Base Integration with KafkaModule
Basic Socket.io - Websocket integration _Originally posted by @PareshNeosoft in https://github.com/NeoSOFT-Technologies/rest-node-nestjs/discussions/114_ A WebSocket is a persistent connection between a client and server. With this API, you can send messages to...
### Discussed in https://github.com/NeoSOFT-Technologies/rest-node-nestjs/discussions/51 Originally posted by **suresh-shetiar** August 17, 2021 ACL- Access control list and role management plays a very important role in any project and adds a extra...
Always add one dummy API to check server is up or not _Originally posted by @arya0618 in https://github.com/NeoSOFT-Technologies/rest-node-nestjs/discussions/92_