https://github.com/voltrb/volt
A ruby web framework where your ruby runs on both server and client
Volt is a ruby web framework where your ruby code runs on both the server and the client (via opal.) The DOM automatically update as the user interacts with the page. Page state can be stored in the URL, if the user hits a URL directly, the HTML will first be rendered on the server for faster load times and easier indexing by search engines.
看表述上是连 React 的 DOM 更新的都学去了,但是怎么看怎么怪,有人看过吗?