ruby 存在哪个框架仅用于服务 SOA 和接受模型的 MySQL(如 MVC 中的 M)?不需要V和C

发布于 2024-11-25 00:47:51 字数 61 浏览 1 评论 0 原文

我需要在浏览器中构建一个简单的应用程序: 界面将由javascript构建,数据将由浏览器获取/设置到服务器

I need to build a simple app in a browser:
The interface will be build by javascript and the data will be get/set to the server by the browser

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

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

发布评论

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

评论(2

琉璃梦幻 2024-12-02 00:47:52

ORM 与 MVC 框架没有内在联系,因此您可以随意在您的应用程序中使用 ActiveRecord、DataMapper 等,而无需使用成熟的框架。如果您环顾四周,您会发现有关此主题的几篇博客文章,例如

http://dmathieu.com/en/ruby/ruby-use-active-record-without-rails

ORMs are not intrinsically linked to MVC frameworks, so feel free to just use ActiveRecord, DataMapper etc. for your app without using a full-fledged framework. If you look around a bit you'll find several blog posts on this topic, e.g.

http://dmathieu.com/en/ruby/ruby-use-active-record-without-rails

情话难免假 2024-12-02 00:47:52

考虑结合 SinatraGithub 服务 作为使用 Sinatra 的示例应用程序很有趣。

Consider combining Sinatra and Sequel. You might also find the Github Services interesting as an example app that uses Sinatra.

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