We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Rhodes 是构建移动应用程序的一个很好的框架,如果你想要 Ruby 作为语言,它是唯一的选择。
至于数据库,我会选择Redis,它支持更好,Rhosync使用它,并且性能比mysql更好。
您也可以考虑 PhoneGap
但我不确定它是否已经支持 WP7..
Rhodes is a good framework for building mobile applications, if you want Ruby as language, it is the only choice.
As for the database, I'd go with Redis, it is better supported, it is used by Rhosync, and it performs better than mysql.
You can also consider PhoneGap
But I'm not sure that it already supports WP7..
Redis 是 RhoConnect(以前称为 RhoSync)使用的服务器端数据库。如果您确实想要修改 RhoConnect 源代码以与 mySQL 而不是 Redis 交互,那么您需要做一些工作。
使用 Rhodes 构建的移动应用程序将在设备本身上使用 SQLite(iOS、Android、Windows)或 hsqldb (BB),而不是 Redis 或 mySQL。
Redis is the server-side database used by RhoConnect (formerly RhoSync). There will be work on your part if you really want to modify the RhoConnect source code to interact with mySQL instead of Redis.
Mobile applications built with Rhodes will use either SQLite (iOS, Android, Windows) or hsqldb (BB) on the devices themselves, not Redis or mySQL.