https://github.com/sepmein/api2
https://github.com/sepmein/api2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sepmein/api2
- Owner: sepmein
- Created: 2016-02-17T06:30:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T12:56:57.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T20:30:23.195Z (5 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
一个建立api的api,所以叫做api的平方。
目标是创建一个机制:
使得用户在client端建立了一个数据模型后:
在数据库端存储该模型,
然后当接受到来自http的请求后,
服务器分析该请求的url,
检索Schema,获得类型(memcached?)
根据类型,在数据库中作相应的检索
返回json
返回请求