Changes between Version 15 and Version 16 of projects/synapse


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

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v15 v16  
    2323[[Image(layers.png)]]
    2424
    25  * Modules dont need to be aware of the node on they run on.
     25 * Modules don't need to be aware of the node they run on.
    2626 * A module can have 1 or more sessions.
    27  * The C++ api is very simple: Just a way to send and receive messages.
     27 * The C++ API is very simple: Just a way to send and receive messages.
    2828 * The core keeps track of sessions and knows which module(s) to deliver the message to.
    2929 * tcp/json connector:
    30   * A special module to transparantly transport messages to other modules.
    31   * Incomming message src is mapped to local session.
     30  * A special module to transparently transport messages to other modules.
     31  * Incoming message src is mapped to local session.
    3232 * http/json connector:
    33   * A special module to allow javascript instances in browsers to connect and communicate with eachother.
     33  * A special module to allow javascript instances in browsers to connect and communicate with each other.
    3434
    3535