Changes between Version 15 and Version 16 of projects/synapse
- Timestamp:
- 09/21/10 01:26:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse
v15 v16 23 23 [[Image(layers.png)]] 24 24 25 * Modules don t need to be aware of the node onthey run on.25 * Modules don't need to be aware of the node they run on. 26 26 * A module can have 1 or more sessions. 27 * The C++ apiis 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. 28 28 * The core keeps track of sessions and knows which module(s) to deliver the message to. 29 29 * tcp/json connector: 30 * A special module to transpar antly transport messages to other modules.31 * Incom ming 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. 32 32 * http/json connector: 33 * A special module to allow javascript instances in browsers to connect and communicate with each other.33 * A special module to allow javascript instances in browsers to connect and communicate with each other. 34 34 35 35