Raindrop

Echo

Echo is socket based line feed echo application. It listens for socket connections and then prints the resulting text stream out to the screen, splitting the stream by Carriage Return/Line Feeds.

Back to top

Getting Started

Go to the demo/echo directory that is inside the dist directory. The following scripts can be run to start the server.

For Windows execute:

demo/echo/run.bat

For Linux/Mac OS execute:

demo/echo/run.sh

Raindrop will create a very small, lightweight, server running on port 8080.

Once the appropriate script has been executed you can telnet into the application and send data to it as follows:

telnet localhost 8080

Back to top

Configuration

The raindrop configuration file is available from:

dist/demo/httpServer/raindrop.xml

Back to top


Copyright © 2007, Ewan Silver