Spotify 桌面应用程序是用 javascript 开发的吗?
我已经使用 Spotify 一段时间了,我以为它是 100% 原生桌面应用程序,直到我在应用程序内部看到 HTTP 请求错误。
所以这让我想知道 Spotify 是否是使用像 Titanium 这样的框架用 javascript 开发的。
有人知道吗?
I have used Spotify for some time now and I thought it was a 100% native desktop app til I saw a HTTP request error inside the application.
So that makes me wondering if Spotify is developed with javascript using frameworks like Titanium.
Anyone knows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
Spotify 使用嵌入式 chromium。事实上,Spotify 桌面应用程序封装了一个 Chrome 浏览器。
Spotify uses chromium embedded. So actually the Spotify desktop application wraps a chrome browser so to say.
它在某些部分(内容区域)使用网络浏览器组件,许多具有动态内容的大型应用程序都这样做......但它是一个本机应用程序,不完全用 JavaScript 编写。
这样做可以提供更大的灵活性和能力,无需更新客户端代码即可进行更改。
It uses a web browser component for certain portions (content areas), many larger apps with dynamic content do this...but it is a native app, not written completely in JavaScript.
Doing it this way provides more flexibility and ability to make changes without a client code update.
这个问题在这里得到了解答 Community.spotify
它使用 chromium 嵌入式框架
This question was answered here community.spotify
It uses chromium embedded framework
如果您想要这样的东西,请参阅 spotifyonline.co.nr 。 :)
See spotifyonline.co.nr if you want something like this . :)
不,它不是用 Javascript 开发的,它使用内部类似 html(但不是那么像)的 Web 内容框架及其专有性,可能是因为它与内容后端紧密集成,而内容后端由于合法权利而具有专有性。
No it's not developed in Javascript, it uses an internal html-like (but not so like) framework for the web content, and its proprietary, probably because it tightly integrated with the content backend, which is proprietary due to legal rights.