Message Bus for WordPress: Commit Log - Supercharged

Message Bus for WordPress: Commit Log - Supercharged

Chrome for Developers

6 лет назад

6,908 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@dkarbaev
@dkarbaev - 13.05.2019 21:00

I reinvented this wheel when I wrote a backend with Node.js - my goal was to decouple push notifications service from business logic, so I used Redis' PubSub commands so that the backend publishes some data, and the push notifications service would send appropriate messages to clients.

Ответить
@RomanFromromeDotCom
@RomanFromromeDotCom - 14.04.2018 05:33

why to re-invent the wheel if RxJs :)

Ответить
@pushpaaji
@pushpaaji - 13.04.2018 18:55

Hmm sounds similar to observable pattern.

Ответить
@LostInEchoesFin
@LostInEchoesFin - 13.04.2018 16:00

Sounds like ReactiveX

Ответить
@rongsenng
@rongsenng - 13.04.2018 10:27

Sounds like Redux? Observable maybe?

Ответить
@dustinpoissant
@dustinpoissant - 13.04.2018 01:20

I have been doing this for years. I have always called it "Event Driven Programming"

Ответить
@MaxArt2501
@MaxArt2501 - 13.04.2018 00:44

Your hair is so perfectly combed that contradicts the Hairy Ball Theorem.

Ответить
@TSwizardd
@TSwizardd - 12.04.2018 23:11

How is this different from event emitter?

Ответить
@ZiX2345
@ZiX2345 - 12.04.2018 22:50

Hey Surma, thanks for the video. Perfect as always. But the intro is soooo long. Can you reduce it?

Ответить
@sergejherbert2502
@sergejherbert2502 - 12.04.2018 21:57

Why are we avoding the name "PubSub"? Isn't this the actual term for this? You also get much more hits, when searching for PubSub

Ответить
@LJdaentertainer
@LJdaentertainer - 12.04.2018 21:19

Is this going to be a new web spec?

Ответить
@omri9325
@omri9325 - 12.04.2018 20:55

Native websockets are using events, and they are not coupled with the DOM or with any visual input/output.

Ответить
@yekeen
@yekeen - 12.04.2018 19:39

Favorite moment - You should click the <Subscribe> button so you will get a <Notification> when the next video comes out. :D

Ответить
@krzysztofklein3057
@krzysztofklein3057 - 12.04.2018 19:15

Aha!, so MessageBus + ServiceWorker = Communication between browser's tabs? :) Love the channel BTW

Ответить