Can react-native be used with Java and Tomcat, without node? -
my team familiar java , don't have time learn "nodejs" , related "express" framework. want use react-native
develop application.
i'm frustrated, since don't know whether can use react-native java , apache tomcat backend.
if possible, should make work?
if not, how make possible? using node request dispatcher?
any ideas appreciated!
sure can! react native backend-agnostic technology. write backend in way want , expose api can consumed application!
for communication backend can use "fetch", "websocket" or "xmlhttprequest". can find more information , examples in official documentation: https://facebook.github.io/react-native/docs/network.html
Comments
Post a Comment