Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

The Networking TS #223

Open
Type1J opened this issue Apr 24, 2018 · 1 comment
Open

The Networking TS #223

Type1J opened this issue Apr 24, 2018 · 1 comment

Comments

@Type1J
Copy link

Type1J commented Apr 24, 2018

The library can use standalone ASIO and Boost ASIO. Because ASIO has a new incarnation in the C++ standard itself (The Networking TS) AND a compatibility layer, the Networking TS should be the sole target in future versions. This should make Simple-Web-Server more portable and I believe removes ALL external dependencies.

@eidheim
Copy link
Owner

eidheim commented Apr 29, 2018

Yes this is the end goal, but we have to also consider older compilers and 5-year LTS's. However, in the meanwhile, it might be that we can support std::net as we do both asio and boost::asio Today.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants