Replies: 2 comments
-
What do you think Nitro is missing to be viable for what you are describing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In fact, you can do anything in the plugin, including NATS, AWS SNS/SQS, Redis Pub/Sub as you mentioned. You can use the plugin as an entry point to start your microservices here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For me personally there is one thing missing for Nitro to be a "complete package" for all my web projects:
Use Nitro not as a HTTP API, but as a microservice that listens to incoming requests from other sources like NATS, AWS SNS/SQS, Redis Pub/Sub, or similar. Also a hybrid solution is thinkable: One Nitro app that provides a public HTTP api but also listen for microservice events.
Probably this is not what Nitro wants to be, but what I like about Nitro (and Nuxt) is that it takes everything off my hands:
It would be amazing to have all this for a microservice as well!
Beta Was this translation helpful? Give feedback.
All reactions