Skip to content
forked from wsky/top-push

Message-Push abstraction component, provide a default server implementation via websocket(jetty).

Notifications You must be signed in to change notification settings

jn2304/top-push

 
 

Repository files navigation

Top Push

Message-Push abstraction component,

provide a default server implementation via websocket(jetty).

As a component, it was designed to be extensible, you can easily replace the transport, message protocol.

Build Status

server implementation:

latest refact defail here: wsky#35

Concept

  • Client/Connection
  • StateHandler
  • Scheduler
  • Queue

Sever

mvn clean jetty:run

Build

  • core
mvn clean -f pom-core.xml package

Stress tests on AWS

install

sudo sh build.sh

then log on bridge server:

sudo sh scripts/aws-install.sh

Performance

Tuning

License

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, 

software distributed under the License is distributed on an "AS IS" BASIS, 

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

About

Message-Push abstraction component, provide a default server implementation via websocket(jetty).

Resources

Stars

Watchers

Forks

Packages

No packages published