Changes between Version 3 and Version 4 of projects/synapse
- Timestamp:
- 04/15/10 15:13:04 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/synapse
v3 v4 6 6 7 7 == Introduction == 8 9 Synapse is an advanced event framework in C++: 10 11 * Modulair plugin system 12 * Easy to write modules 13 * Easy to send and receive message, while maintaining code readability 14 * Session management 15 * Build in authentication 16 * Fine grained access control on sending and receiving of events 17 * Events can be handled by multiple threads if desired (max-threads is adjustable per session and per module) 18 19 More documentation to follow soon. 20 21