Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

metacpan/p5-metacpan-websocket

Repository files navigation

NAME

MetaCPAN::WebSocket - Real-time interface to MetaCPAN

DESCRIPTION

PocketIO server that provides real time information from MetaCPAN processes to web clients.

SYNOPSIS

cpanm --installdeps .
twiggy

        <script src="//cdnjs.cloudflare.com/ajax/libs/socket.io/0.9.16/socket.io.min.js"></script>
        <script>
          var socket = io.connect();
          socket.on('log', function (data) {
            console.log(data);
          });
        </script>

AVAILABLE EVENTS

log

As of now, only the indexer's log file is provided in real time. Look out for more in the near future.

{
        message: "[ERROR] Elasticsearch timeout",
        script: "release",
        level: "F",
        date: "2014/05/02 18:22:36 GMT+0100"
}

About

WebSocket interface to MetaCPAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages