Separate backend from actual program?
up vote
0
down vote
favorite
I am working in a general project involving a piece of software that needs a backend + frontend to show data and interact with it.
Let's say the program gets some data from a few sensors and right now it just saves them into files. In the last weeks we created a database, a backend that gets all the data and saves it into the database, a frontend that references the backend to get the data it needs to show it to a end user.
Our approach was to divide the backend + program from the frontend but now we have this dilemma: is it right to have the backend in the same level, in the same file even, of the program itself? Would it be more correct to divide them too like the front and backend?
Thanks a lot in advance for the suggestions!
backend
add a comment |
up vote
0
down vote
favorite
I am working in a general project involving a piece of software that needs a backend + frontend to show data and interact with it.
Let's say the program gets some data from a few sensors and right now it just saves them into files. In the last weeks we created a database, a backend that gets all the data and saves it into the database, a frontend that references the backend to get the data it needs to show it to a end user.
Our approach was to divide the backend + program from the frontend but now we have this dilemma: is it right to have the backend in the same level, in the same file even, of the program itself? Would it be more correct to divide them too like the front and backend?
Thanks a lot in advance for the suggestions!
backend
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am working in a general project involving a piece of software that needs a backend + frontend to show data and interact with it.
Let's say the program gets some data from a few sensors and right now it just saves them into files. In the last weeks we created a database, a backend that gets all the data and saves it into the database, a frontend that references the backend to get the data it needs to show it to a end user.
Our approach was to divide the backend + program from the frontend but now we have this dilemma: is it right to have the backend in the same level, in the same file even, of the program itself? Would it be more correct to divide them too like the front and backend?
Thanks a lot in advance for the suggestions!
backend
I am working in a general project involving a piece of software that needs a backend + frontend to show data and interact with it.
Let's say the program gets some data from a few sensors and right now it just saves them into files. In the last weeks we created a database, a backend that gets all the data and saves it into the database, a frontend that references the backend to get the data it needs to show it to a end user.
Our approach was to divide the backend + program from the frontend but now we have this dilemma: is it right to have the backend in the same level, in the same file even, of the program itself? Would it be more correct to divide them too like the front and backend?
Thanks a lot in advance for the suggestions!
backend
backend
asked Nov 19 at 11:41


Eugenio
348117
348117
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373880%2fseparate-backend-from-actual-program%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown