本文介绍了如何最好地实现服务器端应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我想编写一个通过互联网与PC通讯的移动设备应用程序.为了使它正常工作,我需要一个服务器端应用程序,移动应用程序和PC应用程序都可以通过套接字连接到它(这是另一个故事).服务器端应用程序会将来自移动设备的消息分发到PC,反之亦然.我的问题是:实现服务器端应用程序的最佳方法是什么? (可以是c#或Java).我可以使用C#,但我不知道我的应用程序应采用哪种形式. Windows服务?还是Java小程序?我也不知道这两个在维护和控制部分可以带来什么优势.请帮忙! :)

Hy guys,

I want to write a mobile device app that communicates with a PC over the internet. In order for this to work i need a server side application that both the mobile app and the PC app can connect to via sockets (why this is so it''s another story). The server side app will dispatch messages that come from the mobile device to the PC and the other way around. My question is: what is the best way to implement the server side app? (It can be c# or Java). I can go with C# but i don''t know what form should my app take. A windows service? Or a Java applet? I''m also clueless about what advantages these 2 can bring in the maintenance and control part. Please Help! :)

推荐答案



这篇关于如何最好地实现服务器端应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 11:24
查看更多