Skip to content

Grinnz/mojo-server-morbo-backend-inotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    Mojo::Server::Morbo::Backend::Inotify - Sample Morbo Inotify watcher

SYNOPSIS
      my $backend=Mojo::Server::Morbo::Backend::Inotify->new();
      if ($backend->modified_files) {...}

DESCRIPTION
    To use this module, start morbo with the argument -b Inotify

METHODS
    Mojo::Server::Morbo::Backend::Inotify inherits all methods from
    Mojo::Server::Morbo::Backend.

  modified_files
    Looks for modified files using Linux::Inotify2

SEE ALSO
    Mojolicious, Mojolicious::Guides, <http://mojolicious.org>.

COPYRIGHT AND LICENSE
    Copyright (C) 2008-2017, Marcus Ramberg

    This program is free software, you can redistribute it and/or modify it
    under the terms of the Artistic License version 2.0.

About

Inotify based reloader for morbo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 92.5%
  • Other 7.5%