Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
/ Eventish Public archive

Generic event logging and visualization server.

Notifications You must be signed in to change notification settings

hughes/Eventish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO: update readme

POST an event with CURL:

curl:
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"tags":["login","b","c"]'  http://localhost:3100/event

GET events with CURL: (outdated?)

curl -v -H "Accept: application/json" -H "Content-type: application/json" -X GET -d '{"tags":{"$in":["a","b"]},"timestamp":{"$lt":1341003172986}}'  http://localhost:3100/event

post events with socket.io:
socket.emit('event', { tags: ['tag1', 'tag2'] });

subscribe to events with socket.io:
socket.emit('subscribe', ['tag1', 'tag2']);

About

Generic event logging and visualization server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages