Reading \"Building the realtime user experience\" by Ted Roden, I was wondering how to go further and get some video chat web app up and running without the use of flash.
I\'m searching for tool/database/solution that can help me with aggregating real-time logs and can query them also in real-time.
I have a donations section on my website and I\'m interested whether the following feature is possible: I have a donors portion of the site where I\'d like to incorporate a Google map which has pins p
I\'m currently creating a website using PHP and the Kohana framework.I want to site to be able to use real time (or near real time) data (e.g. for chat and real time feeds).I need it to be able to sca
The goal is to update the UI as frequently as possible but performance is a concern and hits to the database should be minimised.
As I\'ve already said in another thread, I\'m working on a project related to real-time graphical programming for audio (something like Pure Data, Max/MSP, Reaktor).
I have a Rails web app that shows data to user开发者_StackOverflow社区, however, that data is not being shown in real-time even though a node.js server is adding the data in real-time to a cloud datab
this question is most relevant for users with experience using the JTransform package for Fast Fourier Transforms. I\'m attempting to eventually create an equalizer as part of a larger realtime audio
I am trying to implement DBSCAN using R开发者_如何学Go tree.We can store data in the form of R trees.So my question is how can i store real time data in R trees and how should i implement region query
I\'ve heard nothing but good things about RTOSs--they give the programmer greater control over the scheduler so as to e.g. avoid priority inversion, their timing is more consistent, better multitaskin