-
Notifications
You must be signed in to change notification settings - Fork 253
Interactive
davidmoreno edited this page May 13, 2011
·
1 revision
interactive is a simple onion example program that just ask the user, on the terminal that executes the server, what to answer for each user petition.
For each petition it shows the query arguments, wait for the one line answer and returns. This simple program can be very useful on testing web systems.
For example on one project we used it as a place holder so the team in charge of making client request could use it to test the software, until the team responsible of the server finished it.