opencoweb / coweb

Open Cooperative Web Framework
Other
232 stars 29 forks source link

Support In-Process Remote Server-side API #147

Open vinomaster opened 12 years ago

vinomaster commented 12 years ago

We have received requests to address the need for Server-side Session State Management.

The primary objective here is to extend our architecture to allow for a server-side participant in a session.

This task will also mean a migration away from our existing Extension API.

We have discussed an approach whereby we will overhaul our Admin and Session APIs to cover the following capabilities:

Class:Admin

Class: Session

Class: Moderator

Class: Collab

vinomaster commented 12 years ago

Depends on Issue #146