I am looking for a framework to adopt for my backend stack.
The requirements are:
I would have loved to use horizon.io, however since the company behind ReThinkDB is shutting down, I don't want to jump on a sinking ship.
What are some other options that are similar to horizon.io that play well with ReactJS/Native?
Edit: I am looking for something that offers more than just node with express does. :)
Kind regards, Adrian
Here is a long list for you based on Node.JS. Since you want to go React, that's probably what you will end up using.
I do not use React (and I will explain why in an upcoming article), so I have no idea, which one works best with it.
@sandeep You guys might want to add MERN to it? The site is based on a GitHub Repo...
I'm using express, socket.io, rabbitmq for all my actuals back-end works.
I'm using the Express web framework for Node.js for my React front-end.
Not sure about any others but i know nodejs is a huge favourite for backend js stuff. It's actually something I'm going to be looking into over the next couple of months. :)
Léo Pradel
If you are looking for a real time backend you can try https://deepstream.io. It works really well with react .