Aresyi / pushServer

PushServer is a simple,light push server that mainly using netty implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pushServer

PushServer is a simple,light push server that mainly using Netty implementation.

  • Deployment structure:
    • bin(Class&shell)
      • com
      • startup.sh
      • shutdown.sh
    • conf(Configuration file)
      • p12file
      • xxxx.xml
      • sys.properties
      • log4j.properties
    • lib(Depends jar)
    • logs(Log output directory)
  • Start and close the serviceļ¼š
    • start: /bin/startup.sh
    • shutdown: /bin/shutdown.sh
  • Timing diagram:

About

PushServer is a simple,light push server that mainly using netty implementation


Languages

Language:Java 97.4%Language:Shell 2.6%