Closed ryankelley closed 10 years ago
I went with AJAXing for data instead of socket .io because it was a lot easier to implement, basically. It was all set up for AJAX already and the actual time constraint is the time it takes to query for the data and organize it, which is long enough that AJAXing for the data works just fine.
Here's an example: https://github.com/sayanee/Kraken_Example_SocketIO