nothing to do with your case, but just my two cents. don&#39;t invent another library to wrap it up. use atmosphere instead ;)<div class="gmail_extra"><br><br><div class="gmail_quote">2012/12/17 Jay Balunas <span dir="ltr">&lt;<a href="mailto:jbalunas@redhat.com" target="_blank">jbalunas@redhat.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On Dec 17, 2012, at 3:08 PM, Matthias Wessendorf wrote:<br>
<br>
&gt; On Mon, Dec 17, 2012 at 9:04 PM, Jay Balunas &lt;<a href="mailto:jbalunas@redhat.com">jbalunas@redhat.com</a>&gt; wrote:<br>
&gt;&gt; This is similar to what I was thinking as well.<br>
&gt;&gt;<br>
&gt;&gt; There are two main types of push; native &amp; non-native, but I don&#39;t like those designations.  It is really more like &quot;live&quot; &amp; &quot;background&quot; push, referring to the state of the client.<br>


&gt;&gt;<br>
&gt;&gt; Live push == Application is open, and active on the client.  Push msgs are routed to the application via more traditional long/short polling, websockets, etc...<br>
&gt;&gt;<br>
&gt;&gt; Background push == Application is closed, and not active on the client.  Regular live push messages are not possible.  The only way to communicate is via APN, GC native messaging (sorry web apps - no love).<br>
&gt;&gt;<br>
&gt;&gt; In an ideal world there would be no difference to the application developer using AeroGear API&#39;s (client or server).  The server-side would know what clients are available, and the clients would be listening automatically.  Sending a message would be agnostic for the server-side.<br>


&gt;&gt;<br>
&gt;&gt; Unfortunately this can not &quot;fully&quot; be the case as background/native messages have limitations on the content, client support, and delivery mechanisms.<br>
&gt;<br>
&gt; one option is, to &quot;push / poll&quot;. The client gets a msg on what to<br>
&gt; fetch. When back online it performs a &quot;normal&quot; fetch/poll for the data<br>
&gt; in question<br>
<br>
</div>+1 - I&#39;ve seen that sort of thing as an option for native push - its really just a phone call to tell the app it has an email - go read it :-)<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt;&gt; So I think the best we can do is setup a &quot;smart&quot; message system that gets you pretty close with good fallback api&#39;s and checks for what sort of messages are possible, or configured.<br>
&gt;&gt;<br>
&gt;&gt; Make sense, or is this just a big ramble? :-)<br>
&gt;&gt;<br>
&gt;&gt; -Jay<br>
&gt;&gt;<br>
&gt;&gt; On Dec 5, 2012, at 2:14 AM, Matthias Wessendorf wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; well,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; the idea is to have a wrapper/hook for &quot;push notification&quot; (e.g. APN)<br>
&gt;&gt;&gt; in the notifier as well:<br>
&gt;&gt;&gt; * receiving &#39;native push&#39; events, when the app is offline (inactive,<br>
&gt;&gt;&gt; not watching the tab/window)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If an app is offline, you simple can&#39;t receive a websocket frame/msg.<br>
&gt;&gt;&gt; So push is needed to tell AG that is needs to fetch data for sync etc.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -Matthias<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Mon, Dec 3, 2012 at 4:51 PM, Burr Sutter &lt;<a href="mailto:bsutter@redhat.com">bsutter@redhat.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; I am concerned about the words &quot;push&quot; and &quot;notifier&quot; as those can become confused with real &quot;push notifications&quot; which we will have to have a client API for in the future.<br>


&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Dec 3, 2012, at 2:46 AM, Matthias Wessendorf wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; any further comments?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Thu, Nov 22, 2012 at 9:51 AM, Matthias Wessendorf &lt;<a href="mailto:matzew@apache.org">matzew@apache.org</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; yesterday some folks of the team meet, to talk about WebSocket - more<br>
&gt;&gt;&gt;&gt;&gt;&gt; generally (HTML5) connectivity.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Here is a write-up from the meeting:<br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="https://gist.github.com/dd6e3c2da08830776996" target="_blank">https://gist.github.com/dd6e3c2da08830776996</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Feedback and comments are welcome - Please use the comment function on<br>
&gt;&gt;&gt;&gt;&gt;&gt; that gist!<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Cheers!<br>
&gt;&gt;&gt;&gt;&gt;&gt; Matthias<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt; Matthias Wessendorf<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; Matthias Wessendorf<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt;&gt;&gt;&gt;&gt; sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt;&gt;&gt;&gt;&gt; twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; aerogear-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; aerogear-dev mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
&gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Matthias Wessendorf<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt;&gt;&gt; sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt;&gt;&gt; twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Matthias Wessendorf<br>
&gt;<br>
&gt; blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
&gt; sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
&gt; twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a><br>
<br>
<br>
_______________________________________________<br>
aerogear-dev mailing list<br>
<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Viele Grüße/Best Regards<br><br>Daniel Manzke<br>
</div>