MetaCPAN::WebSocket - Real-time interface to MetaCPAN
PocketIO server that provides real time information from MetaCPAN processes to web clients.
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>
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"
}