Monolithic Architecture
Unanswered
Galician Shepherd Dog posted this in #help-forum
Galician Shepherd DogOP
Greetings!
Disclaimer: I am new to Next Js here. Asking for the possibilities with Next
I am builing an Web App with Next JS (for the frontend). In the layout there is this one button that essentially do POST Request to the backend. Since this is a landing page and there is only one request, I was wondering if it is possible to make it Monolithic here. So that it can handle the POST and send it to the Database (SQL/Postgre).
Let me know if it is possible this way! Big thanks in advanced
Note: Initially, I used Golang as the backend, but this is not an issue
Disclaimer: I am new to Next Js here. Asking for the possibilities with Next
I am builing an Web App with Next JS (for the frontend). In the layout there is this one button that essentially do POST Request to the backend. Since this is a landing page and there is only one request, I was wondering if it is possible to make it Monolithic here. So that it can handle the POST and send it to the Database (SQL/Postgre).
Let me know if it is possible this way! Big thanks in advanced
Note: Initially, I used Golang as the backend, but this is not an issue