-
Notifications
You must be signed in to change notification settings - Fork 5
Home
wanly3643 edited this page Oct 30, 2014
·
7 revisions
Wiki Home of Chinese Version(中文版)
I used a C++ framework named "Push Framework" ( See: http://www.pushframework.com/ ) before. It aimed at easing the development of high performance servers. You could build a web server application with self-defined protocol by implementing only several C++ classes.
I was very interested in it and I tried to convert it into Java version (See my another project "JPush") but did not complete it.
Recently there were some big changes to the "Push Framework", so I decide to open a new project "Java Push Framework" to write a java version of the new "Push Framework".
You could find basic architecture Here