Coder Social home page Coder Social logo

appbase's Introduction

使用指南

  1. 预先安装boost, 使用命令apt install libboost-dev-all
  2. 预先安装fc
    git clone https://github.com/EOSIO/fc.git --recursive
    cd fc
    mkdir build
    cd build
    cmake ..
    make -j 12
    sudo make install
  3. 使用此项目中的examples/main.cpp运行服务器端
    1. 这里有一点小问题,需要给代码打一个tag才能编译,不然在执行make命令时会报错get describe failed
    2. git tag -s 'test' -m 'test'
    3. git checkout test
    4. mkdir build;cd build;cmake ..;make;
  4. 使用python client.py可以向服务器端快速的发送请求

appbase's People

Contributors

heifner avatar spoonincode avatar jgiszczak avatar b1bart avatar bytemaster avatar nathanielhourt avatar crazy-dog-zheng avatar wanderingbort avatar swatanabe-b1 avatar mitza-oci avatar larryk85 avatar spartucus avatar tbfleming avatar

Watchers

James Cloos 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.