My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

eden RR: ECMAScript data exchange notation Ridge Racer

eden is a serializer/deserializer library using a subset of the ECMAScript notation, it allows to exchange and interpret data keeping the structure and the type.

Features:

  • work with any ECMA-262 compliant client hosts
  • work (or will work) with most of server hosts
  • can be used as a:
    1. data format (notation)
    2. a messaging protocol (data exchange and/or remoting call)
    3. a storage format (data and object persistence)
  • type supported:
    1. Array
    2. Boolean
    3. Date
    4. Null
    5. Number
    6. Object
    7. String
    8. any custom objects/constructors
  • function and objects method call
  • security features
    1. isolation scope
    2. white list authorization

News

svn check out
Powered by Google Project Hosting