What are some of the use cases you would have for reactive programming in back-end. For front-end, it makes a lot of sense. I just can't see enough examples of how reactive programming is also good for back-end?
Anything you can think of?
What are some of the use cases you would have for reactive programming in back-end. For front-end, it makes a lot of sense. I just can't see enough examples of how reactive programming is also good for back-end?
Anything you can think of?
For further actions, you may consider blocking this person and/or reporting abuse
Júlio Cézar P. Camargo -
Ben Halpern -
BekahHW -
Stan -
Once suspended, andreespirela will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, andreespirela will be able to comment and publish posts again.
Once unpublished, all posts by andreespirela will become hidden and only accessible to themselves.
If andreespirela is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to andreespirela.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag andreespirela:
Unflagging andreespirela will restore default visibility to their posts.
Top comments (2)
Look for material relating to RxJava on the server side like
The main benefit is that it enables serving a large number of requests with only a small number of underlying worker threads (which tend to be costly).