ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.48k stars 891 forks source link

Try to use less boost and make it standalone c++ 11 (More of a request) #94

Open Mitchell-Findley opened 9 years ago

Mitchell-Findley commented 9 years ago

With it being standalone. it will be easily to have very small linux systems where you have to manage resources. If need be I assist a on off time.

agauniyal commented 9 years ago

Yes please :+1:

yiown commented 8 years ago

Many Boost features are available from C++14. Bumping the version may lead to simpler code and less dependencies. I volunteer :) .

eriknstevenson commented 8 years ago

@yiown how is progress on this coming along?