Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设计一个网络应用程序。
我想知道设计一个 ruby 前端是否可行,它存储和检索数据以显示给用户。
然后开发一个 php 后端,它监听数据库的更改,并根据更改的内容执行一些操作并更新数据库。
对这种类型的实现的任何想法将不胜感激。
Ruby 足以处理前端和后端,如果不需要,为什么要混合 2 种语言,
在 Rails 中有回调,如果表字段发生变化,你可以做你想做的事。