Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Web-based collaborative editor

  1. #11
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    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.

  2. #12
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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

  3. #13
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

Similar Threads

  1. How to add Editor?
    By UrmilaP in forum PHP
    Replies: 2
    Last Post: 01-03-2011, 07:24 PM
  2. DOS 'text editor' in C++
    By magicyte in forum Other
    Replies: 1
    Last Post: 10-28-2008, 09:03 PM
  3. The Best CSS Editor
    By jauhari in forum The lounge
    Replies: 9
    Last Post: 08-20-2007, 02:09 PM
  4. how to create path based based on menus visited
    By pradeep_yerra in forum JavaScript
    Replies: 3
    Last Post: 11-22-2006, 10:10 AM
  5. Replies: 4
    Last Post: 10-03-2006, 08:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •