Skip to content

Alanin/RealTimeMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A real time monitor for PHP applicacions using node.js and WebSockets

Starting the server:

$ node server.js 
HTTP server started at 192.168.2.2::5672
Web Socket server started at 192.168.2.2::8880

PHP application configuration
place this code at the beggining of the script:

include('NodeLog.php');
NodeLog::init('192.168.2.2', 5672); // ip and port of the node.js http server

Web interface based on nodejs.org chat demo (http://chat.nodejs.org/)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.7%
  • PHP 36.5%
  • CSS 7.8%