C++ web service framework

前端 未结 12 1289
情书的邮戳
情书的邮戳 2020-12-08 09:14

We are looking for a C++ Soap web services framework that support RPC, preferably open source. Any recommendations?

12条回答
  •  臣服心动
    2020-12-08 09:33

    Apache axis-c: Simple to use, but seems abandoned.. not even download pages is working for several months

    WSOF WSFCPP: Fast quickstart dev, both binded or no-binded implementation, based on Apache AxisC and it seems most of the current developers of Apache Axis is from WSOF company. Besides the Great potential I've detected a memory leak.

    I'm currently using Gsoap and It has very good performance. Gsoap "mixed notation" between old c style and some (bad?) practices for C++ bothers me some.. but this is only code-furniture.

    POCO: Is a full-feature, modern (java?) like library. It is open source software, licensed under the Boost Software License 1.0. You'll have to write some things from scrach, but with great support, utility classes and etc great library.. Innovations from c++11+ with all boost initiatives + POCO + a new Build/Dependency system more "gradle like" will certainly bring c++ to new areas of development.

提交回复
热议问题