This site has some of the nicest resources for creating beautiful network diagrams:
Als some other handy network diagram/ipam/rack management tools:
This site has some of the nicest resources for creating beautiful network diagrams:
Als some other handy network diagram/ipam/rack management tools:
Got my weathermap online… still building out nodes, but working well so far:
I have another one in the works for our SAN which is even cooler.
socket.io — socket.io/
Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms. It’s care-free realtime 100% in JavaScript.
node.js — nodejs.org/
Node.js is a platform built on Chrome’s JavaScript runtime (v8) for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. RAD!!!!!!!!!
v8 — code.google.com/p/v8/
V8 is Google’s open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32, x64, or ARM processors. V8 can run standalone, or can be embedded into any C++ application.