Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 790 Bytes

readme.md

File metadata and controls

26 lines (15 loc) · 790 Bytes

CuBer Django Backend Example

配置文件

运行

  • 先启动 CuberBackendApp,使其监听 8081 端口
  • 运行 CuBer: ./bin/CuBer -c vendor/DjangoBackendExample/cuberDjangoExample.yaml

访问地址

  1. http://your_ip:8080/echo/ or http://127.0.0.1:8080/echo/
  2. http://your_ip:8080/counter/ or http://127.0.0.1:8080/counter/

运行效果

  • Django Echo Client 源 IP

    CuBer_Django_echo

  • Django 计数器(HTTP POST 请求完成)

    CuBer_Django_counter