well, node.js uses a single connection per user, which it keeps open for the lifetime ("streaming," as it were).
you could do exactly what you were discussing above: send input to the server (and on to other clients) on every keystroke.
well, node.js uses a single connection per user, which it keeps open for the lifetime ("streaming," as it were).
you could do exactly what you were discussing above: send input to the server (and on to other clients) on every keystroke.
My post wasn't clear. Technically, yes, that's fine. But it could still be a little confusing if two users have slow connections and are editing the same sentence, for example.
Assuming no connection delays, node.js would be perfect. And obviously there's nothing you can do about connection delays.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks