Skip to content

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

Notifications You must be signed in to change notification settings

godexsoft/push_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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