Changes between Version 16 and Version 17 of projects/synapse


Ignore:
Timestamp:
09/21/10 01:29:35 (14 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v16 v17  
    3333  * A special module to allow javascript instances in browsers to connect and communicate with each other.
    3434
     35== Connector implementation ==
     36
     37Because of the unique way Synapse is build, the actual connectors can be implemented as modules as well:
     38[[Image(connectors.png)]]
     39
     40 * Keeps the core code clean.
     41 * Easier to debug and maintain.
     42 * All connectors can only be loaded when needed.
     43 * The TCP/IP connector is both client and server. Once the connection is established this doesn't matter anymore.
    3544
    3645== Other documentation ==