Skip to content

C++ push service abstraction with implementations for APNS and GCM.

Notifications You must be signed in to change notification settings

pyu1538/push_service

This branch is 3 commits behind godexsoft/push_service:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 18, 2014
Sep 24, 2014
Sep 18, 2014
Sep 18, 2014
Sep 29, 2014
Sep 18, 2014
Sep 26, 2014
Jul 28, 2013
Aug 1, 2013

Repository files navigation

Simple C++ push service abstraction library. This library can be used to develop a push server with support for multiple services such as Apple push notification service and Google cloud messaging.

Require

  • Boost.System
  • Boost.Asio
  • Boost.Thread
  • Boost.Bind and Boost.Function
  • Boost.Foreach
  • JSON spirit (header-only, included)

License

  • New BSD

Example:

  • See test/main.cpp

About

C++ push service abstraction with implementations for APNS and GCM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • Other 1.2%