I have been working on a real-time monitoring application in Flex. It connects to a server through a socket connection and receives 1 second readings of various types and plots them on graphs. The application is under 500k and the 1 second readings are very small. Flex is a perfect platform for this type of application.

