h1. *Handshake* resource h2. Brief description Introduce yourself to server h2. Requests h3. POST h4. Parameters * host -- Node hostname * post -- Node port h4. Description Used to establish link between nodes. Server will then respond with @GET /hello@ to check whether information is true. If so, it will add client to its nodelist. h4. Response Always returns 200 OK status. Content may be one of: * "OK" -- node was checked and added to nodelist * "FAIL" -- node failed to be online when checked * "EXISTS" -- node is already in nodelist