What is Reactive Programming (#2)
What is Reactive Programming? Reactive programming is the programming model needed to build reactive systems. Asynchronous message-based communication, one of the design principles of reactive systems mentioned in the previous post, means non-blocking I/O as opposed to blocking I/O. Blocking I/O means that any remaining work is blocked and waits until that thread finishes its […]