https://github.com/f213/pixel-ping-backend
Simplest possible pixel-ping backend
https://github.com/f213/pixel-ping-backend
Last synced: about 1 year ago
JSON representation
Simplest possible pixel-ping backend
- Host: GitHub
- URL: https://github.com/f213/pixel-ping-backend
- Owner: f213
- License: mit
- Created: 2015-11-03T19:06:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T16:10:13.000Z (over 10 years ago)
- Last Synced: 2025-03-27T01:07:43.224Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 152 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simplest possible backend for [pixel-ping](https://documentcloud.github.io/pixel-ping/), node.js daemon for geathering statistics via embedded single-pixel image.
Backend is built on [Mojolicious](https://github.com/kraih/mojo) and uses SQLite as a database.
Run it as `./backend.pl daemon`. Run tests by `./backend.pl test`.