Sample Application: Note Room


Description
This sample allows users to create and save notes. The notes can be viewed and edited by more than one user at the same time. This application is a great example of how to use persistent remote shared objects.

Key features
Persistent Remote SharedObjects
 
Instructions
Use the "Add Note" button to create new notes. Once the note has been created you can then edit it. If you want the notes to propagate to all of the clients which are running this application you must press the "Connect" button. Once you connect, not only is the note then distributed to all of the other clients, but it is also saved permanently on the server.

Click sample_noteroom.html to begin.