Git Product home page Git Product logo

Comments (1)

khoih-prog avatar khoih-prog commented on May 27, 2024

Hi,

First, thanks for your interest in the library.

There are many reasons the header-only libraries are more and more popular and useful, and I think you have to be prepared to adapt to the new way.

Please research on Google why. But don't immediately trust all the (many outdated) posts there yet, but you have to test and verify why and what are the benefits of header-only libraries. I certainly know enough and know why I prefer this header-only way Anything new certainly will suffers certain critics, but the price to pay is much less than the benefits.

You can have a look at these widely-used and complex libraries, using header-only approach

  1. SinricPro
  2. Blynk

and many more to count

Normally, you get the error because of careless inclusion of any header file in any place.

I also guess you, as an experienced programmer, can know how easy to just spend 5 minutes to modify/rename some of the hpp files to cpp files, if you don't know how to solve to real problem of "multiple definition" errors.

If un-experienced users request this, I'll possibly think about adding the cpp-version besides the h-only version. For example the AsyncHTTPRequest_Generic library and many more.

Good Luck,

from websockets2_generic.

Related Issues (20)

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.