C++ modularization framework (like OSGi) ?

后端 未结 7 797
既然无缘
既然无缘 2020-12-28 10:44

I found one SOF http://www.codeproject.com/KB/library/SOF_.aspx , Are there anyother stable frameworks for modularization in C++ ?

相关标签:
7条回答
  • 2020-12-28 11:22

    Checkout cppmicroservices. It is actively developed and provides a reasonable starting point for creating an SOA based dynamic services in C++.

    0 讨论(0)
提交回复
热议问题