-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Morgan Grant edited this page May 21, 2020
·
2 revisions
otree-redwood is a library that enables oTree experiments to use websockets. An oTree page might collect one decision per player on the order of one minute. With websockets, player decisions can be collected and broadcast to other players in the group within tens of milliseconds without leaving the current page.
otree-redwood includes two parts:
- Server-side Python modules let the experimenter control how player input is collected and broadcast amongst a group.
- Client-side Javascript modules to integrate websocket events into existing user interfaces.
otree-redwood is being developed on GitHub. The core branch is maintained by the LEEPS Lab at https://github.com/Leeps-Lab/otree-redwood.
Development is in progress on 3 experiments using otree-redwood:
.. toctree:: :maxdepth: 2 getting_started.rst concepts.rst groups.rst webcomponents.rst examples.rst modules.rst