Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fukata/rtb-server-dsp
Implement RTB Server for DSP side.
https://github.com/fukata/rtb-server-dsp
Last synced: 29 days ago
JSON representation
Implement RTB Server for DSP side.
- Host: GitHub
- URL: https://github.com/fukata/rtb-server-dsp
- Owner: fukata
- License: apache-2.0
- Created: 2013-08-09T02:42:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-20T09:49:50.000Z (over 11 years ago)
- Last Synced: 2024-10-10T12:25:57.112Z (about 1 month ago)
- Language: Go
- Size: 102 KB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rtb-server-dsp
==============Implement RTB Server for DSP side.
# Run
$ go run app.go -port 5000
# Example
$ go run app.go -port 5000
$ curl -i 'http://localhost:5000/ad?id=vVcz45AhEII77xApR5PNyv5Qn0vdWDcJ2y7vmkFpZEwMCI42EHwxiKYEwzsb59bQ&p=351000&s=1&t=10'
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 99
Date: Fri, 09 Aug 2013 05:35:59 GMT{"id":"vVcz45AhEII77xApR5PNyv5Qn0vdWDcJ2y7vmkFpZEwMCI42EHwxiKYEwzsb59bQ","status":1,"price":351000}