jQuery plugin for Event Driven Architecture?

前端 未结 7 1152
谎友^
谎友^ 2021-01-30 09:00

Are there any Event Driven Architecture jQuery plugins?

Step 1: Subscribing

\"a

7条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 10:00

    A recent development is msgs.js "Message oriented programming for JavaScript. Inspired by Spring Integration". It also supports communication via WebSockets.

    msgs.js applies the vocabulary and patterns defined in the 'Enterprise Integration Patterns' book to JavaScript extending messaging oriented programming into the browser and/or server side JavaScript. Messaging patterns originally developed to integrate loosely coupled disparate systems, apply just as well to loosely coupled modules within a single application process.

    [...]

    Tested environments:

    • Node.js (0.6, 0.8)
    • Chrome (stable)
    • Firefox (stable, ESR, should work in earlier versions)
    • IE (6-10)
    • Safari (5, 6, iOS 4-6, should work in earlier versions)
    • Opera (11, 12, should work in earlier versions)

提交回复
热议问题