Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusramberg/mojo-server-morbo-backend-inotify
Inotify based reloader for morbo
https://github.com/marcusramberg/mojo-server-morbo-backend-inotify
Last synced: 17 days ago
JSON representation
Inotify based reloader for morbo
- Host: GitHub
- URL: https://github.com/marcusramberg/mojo-server-morbo-backend-inotify
- Owner: marcusramberg
- Created: 2017-04-23T17:27:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T16:03:57.000Z (over 7 years ago)
- Last Synced: 2024-12-21T11:51:28.814Z (26 days ago)
- Language: Perl
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
Mojo::Server::Morbo::Backend::Inotify - Sample Morbo Inotify watcherSYNOPSIS
my $backend=Mojo::Server::Morbo::Backend::Inotify->new();
if ($backend->modified_files) {...}DESCRIPTION
To use this module, start morbo with the argument -b InotifyMETHODS
Mojo::Server::Morbo::Backend::Inotify inherits all methods from
Mojo::Server::Morbo::Backend.modified_files
Looks for modified files using Linux::Inotify2SEE ALSO
Mojolicious, Mojolicious::Guides, .COPYRIGHT AND LICENSE
Copyright (C) 2008-2017, Marcus RambergThis program is free software, you can redistribute it and/or modify it
under the terms of the Artistic License version 2.0.