【问题标题】:Is the architectural model in the Clojure Pedestal framework an operational transform similar to Google Wave?Clojure Pedestal 框架中的架构模型是类似于 Google Wave 的操作转换吗?
【发布时间】:2013-05-06 13:56:59
【问题描述】:

阅读Pedestal presentation(并阅读the sample source code)——我看到了一个基于转换和操作的模型。

Pedestal 是否使用类似于 Google Wave 中使用的操作转换(看 herehere)?

【问题讨论】:

标签: clojure clojurescript google-wave operational-transform pedestal


【解决方案1】:

两者都使用Dataflow ProgrammingReactive ProgrammingFunctional Reactive ProgrammingSoftware Transactional Memory 中经常出现的概念和技术。 Pedestal 和 Wave 之间的任何链接都与这些用于处理进程之间数据的各种技术之间的通用设计模式有关。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-11-19
    • 2014-07-19
    • 1970-01-01
    • 2013-03-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多