Croquet allows you to create collaborative web experiences without any server-side code, such as multi-user apps or multi-player games. croquet ![]()
This is an example of how to keep track of different users within the same session. It's a simple chat application that maintains a list of all currently connected users. croquet
Such a chat application can be integrated with, e.g., Greenlight Core.
//wiki.ralfbarkow.ch/assets/pages/ephemeral-chat/chat.html HEIGHT 500
Manage Croquet keys (use Safari). croquet ![]()
Our first Hello World app counts by one every second. Any can click to resets the count. Everyone sees the same count. A new user can join at any time and will sync with the existing users. croquet ![]()
//wiki.ralfbarkow.ch/assets/pages/ephemeral-chat/hello.html
pages/ephemeral-chat