| 
        | This is a demo application for lws generic-sessions. 
 It's a simple messageboard.
 
 What's interesting about it is there is no serverside scripting,
 instead client js makes a wss:// connection back to the server
 and then reacts to JSON from the ws protocol.  Sessions stuff is
 handled by lws generic sessions, making the actual
 test application very small.
 
 And because it's natively websocket, it's naturally connected
 for dynamic events and easy to maintain.
 
 Register / Login at the top right to see and create new messages.
 
     		
     	 
     	 
     	 | 
 |