-
Notifications
You must be signed in to change notification settings - Fork 0
Home
morendi edited this page Apr 26, 2011
·
2 revisions
Welcome to the pushup wiki!
Pushup is a real-time http push server. It is designed in a generic way to allow events to be pushed to the server and retrieved later on. All events are associated with a session. A session can be thought of as a 'chatroom', or a page on a website that should be listening for certain kinds of updates. Users subscribe to a session, therefore recieving all updates from that session. Users are also allowed to broadcast, or push, events to a session, in turn pushing them to all users in that session.