什么可以在新的 Chrome 操作系统上运行,什么不能运行?
Google 刚刚发布了一款名为 Chrome 的新操作系统。我对这个操作系统上可以运行和不能运行的内容有点困惑。 特别是,任何需要客户端安装的东西都可以工作吗? ASP.NET Web 应用程序可以工作吗? Silverlight 能工作吗?
Google just announced a new operating system called Chrome. I'm a bit confused about what can and cannot run on this operating system. In particular, does anything that requires a client side install work? Will ASP.NET web apps work? Will Silverlight work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
现在下结论还为时过早,但我敢打赌,它会在没有互联网连接或互联网连接不稳定的计算机上减少功能。
Too early to tell, but I will bet my money on it having reduced functionality on computers with no or spotty Internet connection.
如果它在 Google Chrome 浏览器上运行,它将在 Chrome 操作系统上运行。
If it runs on Google Chrome browser it will run on Chrome OS.
从公告来看,新的操作系统将基于 Linux 构建,我想它也将配备谷歌的 Chrome 网络浏览器。 您将能够浏览您通常能够浏览的任何网站,因此您可以查看 ASP.NET、PHP、Silverlight、Flash 等...
由于它是在 Linux 上构建的,如果您想托管- 一个 ASP.NET 站点,您必须使用 Mono 之类的解决方案。 ASP.NET 使用 IIS 托管,这需要 Windows 服务器。
就本地软件而言,您将无法运行 Windows 程序。
希望这可以帮助。
From the announcement, the new operating system will be built on Linux and I imagine it will come with Google's Chrome web browser also. You'll be able to browse any websites that you'd normally be able to browse, so you can look at ASP.NET, PHP, Silverlight, Flash, etc...
Since it's built on Linux, if you wanted to -host- an ASP.NET site, you'd have to use a solution like Mono. ASP.NET is hosted using IIS, which requires a Windows server.
As far as local software, you wouldn't be able to run Windows programs.
Hope this helps.
在客户端,显然他们正在废除 X11...所以毫无疑问你只能使用 Google SDK 开发客户端应用程序..
我也不确定我想要一家广告公司为我提供服务用我的操作系统!
这一次,我同意 Slashdot 人群的观点。 这太愚蠢了。
On the client-side, apparently they are doing away with X11 ... and so no doubt you will only be able to develop client-side apps with the Google SDK..
I am also not sure I want an ad-company supplying me with my operating system!
For once, I agree with the Slashdot crowd. This is stupid.
没人知道。 只有 Chrome 操作系统的开发人员知道它会发生什么。
谷歌对于操作系统如何工作给出了非常模糊的解释。
我们唯一得到的提示是,它将与谷歌的云有着非常密切的关系,在云上存储尽可能多的信息和数据,以便它们可以在任何 Chrome 操作系统中访问(可能)。
No one knows. Only developers on Chrome OS know what's going to be on it.
Google gave really vague explanation on how the OS is going to work.
Only hint we have is that it will have really close relationship with Google's cloud, storing as much information and data as they can on the cloud, so that they are accessible in any Chrome OS (possibly).
来自开源公告:
所以我认为除了网络应用程序之外,没有任何东西可以工作。 至于Flash或Silverlight或Java小程序,我想如果它可以在Chrome浏览器中运行,它也可以在Chrome操作系统中运行。
From the open-sourcing announcement:
So I suppose that nothing except web apps will work. As for Flash or Silverlight or Java applets, I guess if it works in the Chrome browser, it will work in Chrome OS.
是的,ASP.NET Web 应用程序仍然可以工作。 ASP.NET 是一种服务器端技术,就像 PHP、Ruby-on-Rails 等一样。
Yes, ASP.NET web apps will still work. ASP.NET is a server-side technology, just like PHP, Ruby-on-Rails, etc.
据我所知,它只是一个支持本地 Web 应用程序的瘦客户端浏览器。
As best I can tell, it's just going to be a thin-client browser with local webapp support.