Tuesday, November 29, 2016

Structuring The Backend

This past week, our team got together to reorganize how our backend components talk to each other. These components consists of Firebase, the Node.js server, MySQL database, and the Java application. The communication between all of these components have to be very specific in order for us to implement it correctly. There should be no ambiguity in our design in order to prevent any possible bugs. Firebase will be the medium between the Node.js server and the mobile applications. MySQL, on the other hand, will be the medium between the Node.js server and the Java application that talks with the arduino units attached to the pods. The Node.js is where all the central logic is located.

No comments:

Post a Comment