LouisJenkinsCS / WaterQuality

0 stars 4 forks source link

Added new protocols for server-client communication #57

Closed LouisJenkinsCS closed 7 years ago

LouisJenkinsCS commented 7 years ago

Added a new protocol that the client .jsp can send to the servlet. Had to create two javascript classes and a brand new interface, Protocol, and an implementation of it, JSONProtocol. It is VERY unrefined, and due to the unorthodox restraints on having to submit everything by Tuesday, will be heavily refactored by next week. Lacks documentation, but good enough.