Skip to content
/ fishnets Public

A WebSocket server and client library for C++17

License

Notifications You must be signed in to change notification settings

iboB/fishnets

Repository files navigation

fishnets

A client/server library for HTTP and WebSocket communication.

This is a thin(-ish) wrapper of Boost.Asio and Boost.Beast. The main reason for its existence it to have something which can abstract away the incredibly heavy compilation toll these libraries impose on the user. This way you compile asio/beast once and link against fishnets, which is orders of magnitude faster to compile.

Copying

License

This software is distributed under the MIT Software License.

See accompanying file LICENSE or copy here.

Copyright © 2021-2025 Borislav Stanimirov

About

A WebSocket server and client library for C++17

Resources

License

Stars

Watchers

Forks

Packages

No packages published