socialappslab / subscription-manager

Updated version of the notification service presented in: https://www.ibm.com/developerworks/library/wa-notify-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppCivist Notification Service

This service is based on the idea presented in here

See the documentation to learn how to use it

You can also check the original code

Original Notes

This software Open Source. See the associated LICENSE.md for details.

Simple Notoification Service is a server application with a Rest-based interface which allows definition, subscription and signaling of Events. When an Event is signaled then all subscribers receive notification containing Event instance information specific to the signal.

The service runs as a Node application and employs MongoDb as the backend.

API information on the wiki

About

Updated version of the notification service presented in: https://www.ibm.com/developerworks/library/wa-notify-app/

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%