Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshdmiller/isopropyl
- Owner: joshdmiller
- License: mit
- Created: 2015-05-05T19:38:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T00:35:01.000Z (over 9 years ago)
- Last Synced: 2024-04-14T23:26:37.203Z (7 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.**