设计媒体服务器应用程序

发布于 2024-10-31 01:34:51 字数 272 浏览 4 评论 0原文

我正在考虑为一个学校项目设计一个媒体服务器应用程序,并且想知道最好的方法是什么。它将是 n 层,逻辑层负责所有索引、用户身份验证、文件存储等。

以下是到目前为止我想到的选项...

  • Java 后端、Adobe Flex 前端
  • WCF 服务后端、ASP.NET 前端
  • C# 后端、Silverlight 前端

我不是确定我是否正在沿着媒体服务器应用程序的正确路径前进。上面列出的任何选项看起来都不错还是我应该考虑其他技术?

I'm looking into designing a media server application for a school project and was wondering what the best way to go about it would be. It's going to be n-tiered with the logic tier taking care of all the indexing, user authentication, file storage and the rest.

Here are the options I've come up with so far...

  • Java back-end, Adobe Flex front-end
  • WCF service back-end, ASP.NET front-end
  • C# back-end, Silverlight front-end

I'm not sure if I'm going along the right path for a media server application. Do any of the options listed above seem fine or should I be looking into another technology?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

触ぅ动初心 2024-11-07 01:34:51

它们看起来都很好,但这实际上取决于您打算做什么。 WCF 解决方案将为您提供最大的灵活性,因为您可以编写一堆服务来完成所有工作,然后编写一个轻量级前端来与服务交互。这将为您提供将前端移动到不同机器的空间,甚至创建其他 UI,例如只需要与您的服务交互的移动应用程序 (iOS/Andriod/WM7)。

They all seem fine, but it really depends on what you intend it to do. The WCF solution would give you the most flexibility, as you could write a bunch of services to do all the work, then write a lightweight front end to interact with the services. This would then give you scope to move the front-end to different machine, or even create other UI's, such as mobile apps (iOS/Andriod/WM7) which only need to interact with your services.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文