Code design
Unanswered
Spot-billed Duck posted this in #help-forum
Spot-billed DuckOP
Hello guys, I think that you'r able to help me.
Well, I need some help for the design of a new app:
I'll use nextjs for the front with the SSR... But I wanted to use adonisJS for the back and the API.
But, I have few questions about the code design:
I'll have 2 platforms: 1 for the test, which is more permissive, with other features... But not like the public one.
And the public one, that will be more specific.
I use a NodeJS program that handle what I want, it generates some shit, push still a but complex, but I do it manually now. I want to "open it" to the world as an API maybe?
Now you have the context:
Test <-> API <-> Generator as a micro service
Public <-> API <-> Generator as a micro service
OR
Test <-> API gateway<-> Generator as a service included in API
Public <-> API gateway<-> Generator as a service included in API
Thanks
Well, I need some help for the design of a new app:
I'll use nextjs for the front with the SSR... But I wanted to use adonisJS for the back and the API.
But, I have few questions about the code design:
I'll have 2 platforms: 1 for the test, which is more permissive, with other features... But not like the public one.
And the public one, that will be more specific.
I use a NodeJS program that handle what I want, it generates some shit, push still a but complex, but I do it manually now. I want to "open it" to the world as an API maybe?
Now you have the context:
Test <-> API <-> Generator as a micro service
Public <-> API <-> Generator as a micro service
OR
Test <-> API gateway<-> Generator as a service included in API
Public <-> API gateway<-> Generator as a service included in API
Thanks