Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 612 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 612 Bytes

Notifilter Gem

Build Status

This is a early, early version of a gem that sends events to Notifilter. It is currently UDP based, so fire and forget.

A TCP version will be forthcoming once everything has ran in production for a while.

Ecosystem

Server

How to use

$notifilter = Notifilter.new("application_name", "127.0.0.1", "8000")
$notifilter.notify("event_identifier", { product_id: 1 })