Skip to content
forked from bidurbs/PubKit

Lightweight messaging and push notification platform for mobile apps - http://pubkit.co

Notifications You must be signed in to change notification settings

stutivora/PubKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

PubKit

PubKit is a lightweight, easy to setup and easy to use generic messaging and push notification platform for mobile apps. See PubKit in action at http://pubkit.co. For messaging it supports MQTT and PubKit's custom lightweight protocol PKMP.

#Features

  • Lightweight and easy setup
  • Configure multiple apps
  • Messaging API for real-time messaging needs
  • Push notification (GCM and APNS)
  • Admin console for tracking users, messages and other stats
  • SDKs for iOS and Android

#Credits:


- JavaApns - https://github.com/notnoop/java-apns for APNS
- MapDB - MapDB for in memory message storage.

#Quick Start Requires Java 1.6+ and Maven 3+

git clone https://github.com/narup/PubKit.git
cd PubKit/Server
mvn clean package
mvn spring-boot:run

#Roadmap

  • MQTT Support
  • Plugin support
  • Metrics and Dashboard
  • iOS and Android SDK with samples
  • JavaScript SDK

About

Lightweight messaging and push notification platform for mobile apps - http://pubkit.co

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • Java 15.8%
  • HTML 1.4%
  • Other 1.0%