guiyep / framely

It provides an easy api to create iframe interfaces and consume it as a normal CRUD call using fetch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

framely

<-- UNSTABLE VERSION - PROJECT ON HOLD -->

This is a work in progress project that aims to simplify the way we communicate between different isolated parts of the application.

It provides an easy api to create iframes interfaces and consume it as a normal CRUD call using fetch.

contact me on guiyep@gmail.com for any information or if you want to be part of this project.

https://github.com/guiyep/framely

roadmap

  • GET req. DONE
  • make service worker call iframe with request/response. ON PROGRESS
  • create POST req/response
  • create PUT req/response
  • create DELETE req/response

install

npm install --save framely

About

It provides an easy api to create iframe interfaces and consume it as a normal CRUD call using fetch.

License:MIT License


Languages

Language:JavaScript 100.0%