Hi all!
I want to tell about my work on WebPush Server. I have 3 completed tasks:
1. Done some performance improvements and code clean up [1]. They are not
significant, but helped me to understand project code base better.
2. Updated Netty to the latest released beta version, which implements
http2-draft-17 [2]. Update wasn't be very simple, because this version has
significant changes of Netty http2-codec.
3. Removed usage of deprecated API of Netty SSL codec [3].
This month Kit Cambridge, who works on Node.js implementation of WebPush
server, updated our webpush console [4] to support the latest version of
WebPush protocol draft [5].
And I'm working on changes of WebPush server now. Here is my developing
branch [6]. The latest draft of WebPush protocol has too many changes. I
have implemented new subscription API, but pushes doesn't work now. When
all will be done, I'll squash all commits and send a new PR.
[1]
https://github.com/aerogear/aerogear-webpush-server/pull/10
[2]
https://github.com/aerogear/aerogear-webpush-server/pull/12
[3]
https://github.com/aerogear/aerogear-webpush-server/pull/13
[4]
https://github.com/aerogear/aerogear-webpush-server/pull/11
[5]
https://www.ietf.org/id/draft-thomson-webpush-protocol-00.txt
[6]
https://github.com/idelpivnitskiy/aerogear-webpush-server/tree/draft-thom...
Best regards,
Idel Pivnitskiy
--
E-mail: Idel.Pivnitskiy(a)gmail.com
Twitter: @idelpivnitskiy <
https://twitter.com/idelpivnitskiy>
GitHub: @idelpivnitskiy <
https://github.com/idelpivnitskiy>
--