Javascript Protocol Framework
A protocol is a contract between different entities on how they go about their
communication. This library is a framework, built in javascript, to facilitate
building such contract.
This library is fully unit-tested, browser compatible and very flexible.
Installation
npm install javascript-protocol-framework
Goals
- Allow simultaneous multi-step communication
- Memory-efficient enough for server-side usage
- Must work cross platform (NodeJS, browser)
- Make business logic agnostic of the used transportation layer
Documentation
No time
Test
To start the mocha test suite:
grunt test
Browser-testing:
zuul --local 8000 test/_test.js
zuul -- test/_test.js
License
LGPLv3