Changes between Version 9 and Version 10 of Mute

Show
Ignore:
Timestamp:
02/11/08 15:22:20 (3 years ago)
Author:
chris (IP: 207.191.205.18)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mute

    v9 v10  
    88The basic idea of the server framework is to provide 3 different points where 
    99you can plugin in your own code. These include the following: 
    10  * Protocol -  handles the reading/writing of data to/from the socket connection 
    11  * Event - represents a single request/response; very similar to a Http Request or Http Response objects from the java servlet world. 
    12  * Controller - handles the processing of Event objects 
     10 * '''Protocol''' -  handles the reading/writing of data to/from the socket connection 
     11 * '''Event''' - represents a single request/response; very similar to a Http Request or Http Response objects from the java servlet world. 
     12 * '''Controller''' - handles the processing of Event objects 
    1313 
    1414More information can be found at the official [http://snarkydog.com/mute mute website].