Code Monkey home page Code Monkey logo

adx-nodejs's Introduction

Node-adexchange

An ad exchange center written in nodejs. 一个基于nodejs的ad exchange.

Installation安装

  • download the code 下载源码

      git clone https://github.com/adleida/adx-nodejs.git
      cd adx-nodejs
    
  • install packages 安装依赖库

      npm install
    
  • prepare configuration file 调试配置文件,可以先复制配置文件模板

      cp config/app_config.template.yaml config/app_config.yaml
    

    about how to configure the parameters, please refer to

  • start exchange 启动exchange

      npm start
    

    or

      node bin/www
    

Usage 使用方法

once the exchange started, it will run on configured port. client may send bid request to http://ip:port/clk, the exchange will resend these requests to dsps you specified, select the final winner and return the result to the client and notice dsps about the result.

当exchange启动后,它将在配置端口运行。发起竞价方可以将bid request发向 **http://ip:port/clk**,exchange将会向所有注册dsp发出竞拍,选出最后获胜者返回发起竞价方最后广告方案,同时通知DSP竞价结果。

Trigger

adx-nodejs's People

Contributors

l-jovi avatar lkiversonlk avatar tate-ad avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.