Does MVVMCross use tcp to have remote views
I'm new to MVVMCross and I'm trying to see if it does remote views over tcp. From the docs I have read, it looks like the only remote part would be the database (eg MSSQL over TCP) but that seems all wrong.
Does MVVMCross have a communications layer between the ModelView and the Model ? If so, is there any documentation on it. I have looked but have not found any.
What I'm trying to achieve is to have most of the application on one machine and have a thin client (ie the View) able to run remotly. The only information I have found on this is that it seems to be done for mobile devices but I have not been able to find any details on the communications interface.
mvvmcross
add a comment |
I'm new to MVVMCross and I'm trying to see if it does remote views over tcp. From the docs I have read, it looks like the only remote part would be the database (eg MSSQL over TCP) but that seems all wrong.
Does MVVMCross have a communications layer between the ModelView and the Model ? If so, is there any documentation on it. I have looked but have not found any.
What I'm trying to achieve is to have most of the application on one machine and have a thin client (ie the View) able to run remotly. The only information I have found on this is that it seems to be done for mobile devices but I have not been able to find any details on the communications interface.
mvvmcross
mmm I'm not sure if I follow. Do you want to have a mobile app that displays something that is processed elsewhere? Why don't you make an app and connect it to the server using anHttpClient
? So you get the data and display in the mobile device as you want. If what you want is something else please explain a little more and I'll try to help
– fmaccaroni
Nov 21 '18 at 13:37
I'm trying to determine if MVVMCross allows the Model to be on a server and the View to be on a client. Is it able to perform the TCP communications between the Model and the View managing the transfer of the ViewModel data between the 2 ?
– Andrew
Nov 23 '18 at 14:44
add a comment |
I'm new to MVVMCross and I'm trying to see if it does remote views over tcp. From the docs I have read, it looks like the only remote part would be the database (eg MSSQL over TCP) but that seems all wrong.
Does MVVMCross have a communications layer between the ModelView and the Model ? If so, is there any documentation on it. I have looked but have not found any.
What I'm trying to achieve is to have most of the application on one machine and have a thin client (ie the View) able to run remotly. The only information I have found on this is that it seems to be done for mobile devices but I have not been able to find any details on the communications interface.
mvvmcross
I'm new to MVVMCross and I'm trying to see if it does remote views over tcp. From the docs I have read, it looks like the only remote part would be the database (eg MSSQL over TCP) but that seems all wrong.
Does MVVMCross have a communications layer between the ModelView and the Model ? If so, is there any documentation on it. I have looked but have not found any.
What I'm trying to achieve is to have most of the application on one machine and have a thin client (ie the View) able to run remotly. The only information I have found on this is that it seems to be done for mobile devices but I have not been able to find any details on the communications interface.
mvvmcross
mvvmcross
asked Nov 16 '18 at 7:40
AndrewAndrew
2317
2317
mmm I'm not sure if I follow. Do you want to have a mobile app that displays something that is processed elsewhere? Why don't you make an app and connect it to the server using anHttpClient
? So you get the data and display in the mobile device as you want. If what you want is something else please explain a little more and I'll try to help
– fmaccaroni
Nov 21 '18 at 13:37
I'm trying to determine if MVVMCross allows the Model to be on a server and the View to be on a client. Is it able to perform the TCP communications between the Model and the View managing the transfer of the ViewModel data between the 2 ?
– Andrew
Nov 23 '18 at 14:44
add a comment |
mmm I'm not sure if I follow. Do you want to have a mobile app that displays something that is processed elsewhere? Why don't you make an app and connect it to the server using anHttpClient
? So you get the data and display in the mobile device as you want. If what you want is something else please explain a little more and I'll try to help
– fmaccaroni
Nov 21 '18 at 13:37
I'm trying to determine if MVVMCross allows the Model to be on a server and the View to be on a client. Is it able to perform the TCP communications between the Model and the View managing the transfer of the ViewModel data between the 2 ?
– Andrew
Nov 23 '18 at 14:44
mmm I'm not sure if I follow. Do you want to have a mobile app that displays something that is processed elsewhere? Why don't you make an app and connect it to the server using an
HttpClient
? So you get the data and display in the mobile device as you want. If what you want is something else please explain a little more and I'll try to help– fmaccaroni
Nov 21 '18 at 13:37
mmm I'm not sure if I follow. Do you want to have a mobile app that displays something that is processed elsewhere? Why don't you make an app and connect it to the server using an
HttpClient
? So you get the data and display in the mobile device as you want. If what you want is something else please explain a little more and I'll try to help– fmaccaroni
Nov 21 '18 at 13:37
I'm trying to determine if MVVMCross allows the Model to be on a server and the View to be on a client. Is it able to perform the TCP communications between the Model and the View managing the transfer of the ViewModel data between the 2 ?
– Andrew
Nov 23 '18 at 14:44
I'm trying to determine if MVVMCross allows the Model to be on a server and the View to be on a client. Is it able to perform the TCP communications between the Model and the View managing the transfer of the ViewModel data between the 2 ?
– Andrew
Nov 23 '18 at 14:44
add a comment |
1 Answer
1
active
oldest
votes
AFAIK it doesn't. You should communicate with your server through HttpClient
or if you want something more real time you can use something like SignalR
to get your model and update the Viewmodel
which will end up updating the View
.
If you want an example of either approaches tell me.
HIH.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f53333402%2fdoes-mvvmcross-use-tcp-to-have-remote-views%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
AFAIK it doesn't. You should communicate with your server through HttpClient
or if you want something more real time you can use something like SignalR
to get your model and update the Viewmodel
which will end up updating the View
.
If you want an example of either approaches tell me.
HIH.
add a comment |
AFAIK it doesn't. You should communicate with your server through HttpClient
or if you want something more real time you can use something like SignalR
to get your model and update the Viewmodel
which will end up updating the View
.
If you want an example of either approaches tell me.
HIH.
add a comment |
AFAIK it doesn't. You should communicate with your server through HttpClient
or if you want something more real time you can use something like SignalR
to get your model and update the Viewmodel
which will end up updating the View
.
If you want an example of either approaches tell me.
HIH.
AFAIK it doesn't. You should communicate with your server through HttpClient
or if you want something more real time you can use something like SignalR
to get your model and update the Viewmodel
which will end up updating the View
.
If you want an example of either approaches tell me.
HIH.
answered Nov 23 '18 at 15:19
fmaccaronifmaccaroni
2,41811025
2,41811025
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f53333402%2fdoes-mvvmcross-use-tcp-to-have-remote-views%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
mmm I'm not sure if I follow. Do you want to have a mobile app that displays something that is processed elsewhere? Why don't you make an app and connect it to the server using an
HttpClient
? So you get the data and display in the mobile device as you want. If what you want is something else please explain a little more and I'll try to help– fmaccaroni
Nov 21 '18 at 13:37
I'm trying to determine if MVVMCross allows the Model to be on a server and the View to be on a client. Is it able to perform the TCP communications between the Model and the View managing the transfer of the ViewModel data between the 2 ?
– Andrew
Nov 23 '18 at 14:44