从 Android Web 服务器运行 Web 套接字?
我想在 Android 上运行一个 Web 服务器,并从中提供 Web 套接字。这可能吗?
我会使用什么工具? iJetty 可以吗?
I would like to run a web server on an Android, and serve web sockets from it. Is that possible?
What tools would I use? Would iJetty work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试 i-jetty!
请查看 http://code.google.com/p/i-jetty/
try i-jetty!
Have a look at http://code.google.com/p/i-jetty/
运行 Web 服务器时的另一个重要考虑因素是 Android 会定期终止服务。根据系统需要,您的服务/i-jetty 或任何其他服务确实可能被操作系统杀死。因此,当您需要 Web 服务器处理请求时,它可能会关闭。
One other important consideration when running a web server, is Android kills services periodically. Depending on system needs your service / i-jetty or any other service really can be killed by OS. So web server might be down when you need it serving requests.