Monday 12 June 2017

Java frontend login to Nodejs backend

I have created a basic NodeJS login and registration system. I will be building a full web application with Node and Socket.IO since I need to send data back and forth.

As well as the web client, I would like to use a Java client. My though was to use a URLConnection with a post in the same way a browser would login. I would then use the session to ensure the java client is connected to the nodejs server.

Am I going about this the right way? Would I be better off using a Java server?



via user2205189

No comments:

Post a Comment