Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshdmiller/isopropyl

Isomorphic API abstractions for Node and the Browser
https://github.com/joshdmiller/isopropyl

Last synced: 13 days ago
JSON representation

Isomorphic API abstractions for Node and the Browser

Awesome Lists containing this project

README

        

# Isopropyl

Isopropyl is a JavaScript library that lets you use the same syntax on the client and the server to
fetch data. On the server, it directly accesses your data sources; on the client, it makes XHR calls
to an automatically-generated REST API. This isomorphic approach allows the developer to use one
convenient syntax regardless of where the code is executed.

**Coming soon.**