169
edits
No edit summary |
|||
Line 1: | Line 1: | ||
= | = Overview = | ||
'''Mozilla Push Notifications''' is a project that aims to create a system that allows for notifications from clients (such as web applications or services) to be sent directly to the browsers of its users. A typical example where such a system could be useful is the eBay auctioning system. If a user makes a bid on an item, it would be convenient if that user could leave eBay and start browsing another web site, but still receive notifications if another user bids on that item, allowing them to act on the bid. | |||
You probably want to go read the [[Services/Notifications/Specification|specification]] for more information. | |||
= Project = | |||
== Engineers == | |||
* Alex Amariutei | |||
* Shane da Silva | |||
* Toby Elliot | |||
* Philipp von Weitershausen | |||
== Meetings == | |||
* [[Services/Notifications/Meetings|Meeting Notes]] | * [[Services/Notifications/Meetings|Meeting Notes]] | ||
Line 17: | Line 25: | ||
* Must be super easy for web apps to implement (adoption!) | * Must be super easy for web apps to implement (adoption!) | ||
= Milestones = | |||
== First prototype and research phase (End of Jan 2011) == | |||
* First prototype | * First prototype | ||
Line 32: | Line 40: | ||
** RabbitMQ broker + REST agents in Python | ** RabbitMQ broker + REST agents in Python | ||
== Second prototype using AMQP (End of Mar 2011) == | |||
* Develop [[Services/Notifications/Specification|system specification]] | * Develop [[Services/Notifications/Specification|system specification]] | ||
Line 45: | Line 53: | ||
** Server code at XXX | ** Server code at XXX | ||
== Proof of concept (End of Apr 2011) == | |||
* Incorporate input from | * Incorporate input from |
edits