forked from gonzalo123/RealTimeMonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Real time monitoring PHP applications with websockets and node.js
MacGregor-Archive/RealTimeMonitor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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/)
About
Real time monitoring PHP applications with websockets and node.js
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published