Hi java peoples,
I am hoping to get some help with some code for a little project.
The code wants to run on the server and log the latitude, longitude and accuracy that is sent back to the server from a mobile browser client which is being served the following webpage javascript code:
https://www.refheap.com/114497I am not experienced in node.js and only very minally in javascript. The html server is Apache on Ubuntu.
If someone can help me out with well commented bits of code I would really apprciate it.
While initally I just want to log the position, but ultimately a map that a seperate client can use to see a track of the returned positions would be cool.
Apache and node.js want to be running on the same server.
Cheers
-Al