1.0.0 • Published 7 years ago

query-protocol v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

A protocol designed to make static web applications communications efficient and secure by allowing front-end developers to develop a RESTful communication endpoint in their static web applications.

Current version: 1.0.0

Lead Maintainer: Halim Qarroum

Install

Using NPM
npm install --save expressify
Using Bower
bower install --save expressify

Features

  • Provides an encapsulation and an enveloppe protocol to exchange data between static web applications
  • Allows static applications to expose RESTful APIs
  • Provides a service discoverability mechanism
  • Built on top the standard postMessage API to allow secure communication between cross-domain applications

Documentation

The complete documentation and the FAQ section for Expressify are available on the project website.