gntp
v0.1.1
Published
Full, native, Growl Notification Transport Protocol (GNTP)implementation.
Downloads
19
Readme
node-gntp : GNTP implementation in pure Nodejs javascript
This library aims to provide the ability to send Growl notifications to capable computers over GNTP, with support for resources and encryption.
Eventually, this will also provide the capability of being a forwarder source.
Receiving notifications
This library is currently intended for use with node stable v0.6.0+
At the moment this library is mostly functional as a sender, but is not exactly user friendly.
Known todos
- Generate appropriate errors, and handling.
- Complete parsing routines
- Make this puppy a lot more user friendly.
General Usage
See the contained gntp-send.js for a complete example.