Server Selection
Updated Server Selection
- We will be runing a node.js server on linux
- This decision was reached after realizing that such a large amount of modification would need to be done on the existing whisper systems server in order to accomodate our key and message structure, that completely reimplementing would be worth the amount of extra work in order to not work woth a java server.
- node was chosen because the client side of Grd Me is necessarily is java script, and writing our server in javascript would make it easier to maintain the two code bases.
Original Server Selection
we will be running a java webserver on linux
server code will be publically hosted on github
server code will be forked from whisper system's server repo