S
S
Smittyperm2014-03-18 10:27:12
satellite navigation
Smittyperm, 2014-03-18 10:27:12

How to set up a web server for GPS monitoring?

Good afternoon. Advise how to organize GPS-monitoring for a small company.
Pretty easy to implement with java.net.ServerSocket + Mysql + PHP + Google Maps API.
But I want realtime solutions. That is, when data arrives at the server, in the browser, change the position of the point immediately.
It is possible to load AJAX by timeout, but this is a crutch that loads the server.
You can use websockets, but how to find out the moment of insertion in the database.
Besides, I want to learn something new.
How are these issues being dealt with right now?
Whether probably at the same time not to leave from SQL ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
valis, 2014-03-18
@valis

Take a look at the data bus

V
Viktor, 2014-11-20
@Levhav

Look at comet technology for server-initiated sending data to the browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question