• Stars
    star
    4,148
  • Rank 9,938 (Top 0.3 %)
  • Language
    C++
  • License
    Boost Software Li...
  • Created almost 11 years ago
  • Updated 25 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

HTTP and WebSocket built on Boost.Asio in C++11

Boost.Beast Title

HTTP and WebSocket built on Boost.Asio in C++11

Branch Linux / Windows Coverage Documentation Matrix
master Build Status codecov Documentation Matrix
develop Build Status codecov Documentation Matrix

Contents

Introduction

Beast is a C++ header-only library serving as a foundation for writing interoperable networking libraries by providing low-level HTTP/1, WebSocket, and networking protocol vocabulary types and algorithms using the consistent asynchronous model of Boost.Asio.

This library is designed for:

  • Symmetry: Algorithms are role-agnostic; build clients, servers, or both.

  • Ease of Use: Boost.Asio users will immediately understand Beast.

  • Flexibility: Users make the important decisions such as buffer or thread management.

  • Performance: Build applications handling thousands of connections or more.

  • Basis for Further Abstraction. Components are well-suited for building upon.

Appearances

CppCon 2018 Bishop Fox 2018
Beast Beast Security Review
CppCon 2017 CppCast 2017 CppCon 2016
Beast Vinnie Falco Beast

Description

This software is in its first official release. Interfaces may change in response to user feedback. For recent changes see the CHANGELOG.

Requirements

This library is for programmers familiar with Boost.Asio. Users who wish to use asynchronous interfaces should already know how to create concurrent network programs using callbacks or coroutines.

  • C++11: Robust support for most language features.
  • Boost: Boost.Asio and some other parts of Boost.
  • OpenSSL: Required for using TLS/Secure sockets and examples/tests

When using Microsoft Visual C++, Visual Studio 2017 or later is required.

One of these components is required in order to build the tests and examples:

  • Properly configured bjam/b2
  • CMake 3.5.1 or later (Windows only)

Building

Beast is header-only. To use it just add the necessary #include line to your source files, like this:

#include <boost/beast.hpp>

If you use coroutines you'll need to link with the Boost.Coroutine library. Please visit the Boost documentation for instructions on how to do this for your particular build system.

GitHub

To use the latest official release of Beast, simply obtain the latest Boost distribution and follow the instructions for integrating it into your development environment. If you wish to build the examples and tests, or if you wish to preview upcoming changes and features, it is suggested to clone the "Boost superproject" and work with Beast "in-tree" (meaning, the libs/beast subdirectory of the superproject).

The official repository contains the following branches:

  • master This holds the most recent snapshot with code that is known to be stable.

  • develop This holds the most recent snapshot. It may contain unstable code.

Each of these branches requires a corresponding Boost branch and all of its subprojects. For example, if you wish to use the master branch version of Beast, you should clone the Boost superproject, switch to the master branch in the superproject and acquire all the Boost libraries corresponding to that branch including Beast.

To clone the superproject locally, and switch into the main project's directory use:

git clone --recursive https://github.com/boostorg/boost.git
cd boost

"bjam" is used to build Beast and the Boost libraries. On a non-Windows system use this command to build bjam:

./bootstrap.sh

From a Windows command line, build bjam using this command:

.\BOOTSTRAP.BAT

Building tests and examples

Building tests and examples requires OpenSSL installed. If OpenSSL is installed in a non-system location, you will need to copy the user-config.jam file into your home directory and set the OPENSSL_ROOT environment variable to the path that contains an installation of OpenSSL.

Ubuntu/Debian

If installed into a system directory, OpenSSL will be automatically found and used.

sudo apt install libssl-dev

Windows

Replace path in the following code snippets with the path you installed vcpkg to. Examples assume a 32-bit build, if you build a 64-bit version replace x32-windows with x64-windows in the path.

vcpkg install openssl --triplet x32-windows
SET OPENSSL_ROOT=path\installed\x32-windows
  • Using vcpkg and PowerShell:
vcpkg install openssl --triplet x32-windows
$env:OPENSSL_ROOT = "path\x32-windows"
vcpkg.exe install openssl --triplet x32-windows
export OPENSSL_ROOT=path/x32-windows

Mac OS

Using brew:

brew install openssl
export OPENSSL_ROOT=$(brew --prefix openssl)
# install bjam tool user specific configuration file to read OPENSSL_ROOT
# see https://www.bfgroup.xyz/b2/manual/release/index.html
cp ./libs/beast/tools/user-config.jam $HOME

Make sure the bjam tool (also called "b2") is available in the path your shell uses to find executables. The Beast project is located in "libs/beast" relative to the directory containing the Boot superproject. To build the Beast tests, examples, and documentation use these commands:

export PATH=$PWD:$PATH
b2 -j2 libs/beast/test cxxstd=11      # bjam must be in your $PATH
b2 -j2 libs/beast/example cxxstd=11   # "-j2" means use two processors
b2 libs/beast/doc                     # Doxygen and Saxon are required for this

Additional instructions for configuring, using, and building libraries in superproject may be found in the Boost Wiki.

Visual Studio

CMake may be used to generate a very nice Visual Studio solution and a set of Visual Studio project files using these commands:

cd libs/beast
mkdir bin
cd bin
cmake -G "Visual Studio 17 2022" -A Win32 ..  # for 32-bit Windows builds, or
cmake -G "Visual Studio 17 2022" -A x64 ..    # for 64-bit Windows builds

The files in the repository are laid out thusly:

./
    bin/            Create this to hold executables and project files
    bin64/          Create this to hold 64-bit Windows executables and project files
    doc/            Source code and scripts for the documentation
    include/        Where the header files are located
    example/        Self contained example programs
    meta/           Metadata for Boost integration
    test/           The unit tests for Beast
    tools/          Scripts used for CI testing

Usage

These examples are complete, self-contained programs that you can build and run yourself (they are in the example directory).

https://www.boost.org/doc/libs/develop/libs/beast/doc/html/beast/quick_start.html

License

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)

Contact

Please report issues or questions here: https://github.com/boostorg/beast/issues


Contributing (We Need Your Help!)

If you would like to contribute to Beast and help us maintain high quality, consider performing code reviews on active pull requests. Any feedback from users and stakeholders, even simple questions about how things work or why they were done a certain way, carries value and can be used to improve the library. Code review provides these benefits:

  • Identify bugs
  • Documentation proof-reading
  • Adjust interfaces to suit use-cases
  • Simplify code

You can look through the Closed pull requests to get an idea of how reviews are performed. To give a code review just sign in with your GitHub account and then add comments to any open pull requests below, don't be shy!

https://github.com/boostorg/beast/pulls

Here are some resources to learn more about code reviews:

Beast thrives on code reviews and any sort of feedback from users and stakeholders about its interfaces. Even if you just have questions, asking them in the code review or in issues provides valuable information that can be used to improve the library - do not hesitate, no question is insignificant or unimportant!

More Repositories

1

boost

Super-project for modularized Boost
HTML
6,236
star
2

hana

Your standard library for metaprogramming
C++
1,598
star
3

compute

A C++ GPU Computing Library for OpenCL
C++
1,487
star
4

pfr

std::tuple like methods for user defined types without any macro or boilerplate code
C++
1,221
star
5

asio

Boost.org asio module
C++
1,111
star
6

hof

Higher-order functions for c++
C++
503
star
7

fiber

userland threads
C++
436
star
8

python

Boost.org python module
C++
432
star
9

geometry

Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75
C++
416
star
10

json

A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
C++
411
star
11

stacktrace

C++ library for storing and printing backtraces.
C++
374
star
12

spirit

Boost.org spirit module
C++
374
star
13

histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
C++
308
star
14

math

Boost.org math module
C++
288
star
15

graph

Boost.org graph module
C++
285
star
16

context

Assembly
279
star
17

leaf

Lightweight Error Augmentation Framework
C++
275
star
18

mysql

MySQL C++ client based on Boost.Asio
C++
236
star
19

mp11

C++11 metaprogramming library
C++
225
star
20

build

B2 makes it easy to build C++ projects, everywhere.
C++
224
star
21

safe_numerics

Replacements to standard numeric types which throw exceptions on errors
C++
205
star
22

redis

An async redis client designed for performance and scalability
C++
204
star
23

thread

Boost.org thread module
C++
196
star
24

url

Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).
C++
177
star
25

multiprecision

Boost.Multiprecision
C++
176
star
26

log

Boost Logging library
C++
173
star
27

gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
C++
171
star
28

nowide

Boost.Nowide - Standard library functions with UTF-8 API on Windows
C++
166
star
29

test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
C++
165
star
30

cobalt

Coroutines for C++20 & asio
C++
160
star
31

filesystem

Boost.org filesystem module
C++
153
star
32

core

Boost Core Utilities
C++
131
star
33

callable_traits

modern C++ type traits and metafunctions for callable types
C++
129
star
34

interprocess

Boost.org interprocess module
C++
120
star
35

coroutine2

Boost.Coroutine2
C++
120
star
36

serialization

Boost.org serialization module
C++
118
star
37

wiki

Boost Wiki
114
star
38

algorithm

Boost.org algorithm module
C++
109
star
39

lockfree

Boost.Lockfree
C++
109
star
40

smart_ptr

Boost.org smart_ptr module
C++
108
star
41

ublas

Boost.uBlas
C++
105
star
42

yap

A C++14-and-later expression template library
C++
105
star
43

process

Boost Process
C++
101
star
44

container

STL-like containers from Boost
C++
94
star
45

program_options

Boost.org program_options module
C++
92
star
46

preprocessor

Boost.org preprocessor module
C++
89
star
47

qvm

Boost Quaternions, Vectors, Matrices library
C++
80
star
48

coroutine

Boost.Coroutine
C++
79
star
49

regex

Boost.org regex module
C++
78
star
50

uuid

Boost.org uuid module
C++
75
star
51

cmake

CMake support infrastructure Boost submodule
CMake
75
star
52

signals2

Boost.org signals2 module
C++
74
star
53

stl_interfaces

A C++14 and later CRTP template for defining iterators
C++
70
star
54

variant2

A never-valueless, strong guarantee implementation of std::variant
C++
68
star
55

config

Boost.org config module
C++
67
star
56

describe

A C++14 reflection library
C++
66
star
57

date_time

Boost.org date_time module
C++
64
star
58

type_traits

Boost.org type_traits module
C++
60
star
59

poly_collection

Fast containers of polymorphic objects.
C++
60
star
60

static_string

A fixed capacity dynamically sized string
C++
59
star
61

winapi

Windows API declarations without <windows.h>, for internal Boost use.
C++
58
star
62

mpi

Boost.org mpi module
C++
56
star
63

atomic

Boost.Atomic
C++
56
star
64

unordered

Boost.org unordered module
C++
53
star
65

circular_buffer

Boost.org circular_buffer module
C++
51
star
66

sort

Boost.Sort
C++
51
star
67

intrusive

Boost.org intrusive module
C++
50
star
68

optional

Boost.org optional module
C++
50
star
69

polygon

Boost.org polygon module
C++
48
star
70

property_tree

Boost.org property_tree module
C++
48
star
71

fusion

Boost.org fusion module
C++
47
star
72

utility

Boost.org utility module
C++
47
star
73

variant

Boost.org variant module
C++
45
star
74

range

Boost.org range module
C++
43
star
75

metaparse

A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process
C++
43
star
76

endian

Boost Endian library
C++
43
star
77

mpl

Boost.org mpl module
C++
43
star
78

predef

Boost.Predef (a Boost C++ Library)
C
43
star
79

iostreams

Boost.org iostreams module
C++
41
star
80

multi_index

Boost.org multi_index module
C++
41
star
81

contract

Contract programming for C++
C++
40
star
82

odeint

Boost.odeint
C++
39
star
83

outcome

Provides very lightweight outcome<T> and result<T> (Boost edition)
C++
38
star
84

pool

Boost.org pool module
C++
37
star
85

dynamic_bitset

Boost.org dynamic_bitset module
C++
36
star
86

random

Boost.org random module
C++
34
star
87

assert

Boost.Assert
C++
32
star
88

any

Boost.org any module
C++
32
star
89

system

Boost.org system module
C++
32
star
90

msm

Boost.org msm module
C++
29
star
91

container_hash

Generic hash function for STL style unordered containers
C++
29
star
92

locale

Boost.Locale
C++
29
star
93

units

Boost.org units module
C++
28
star
94

bind

Boost.org bind module
C++
27
star
95

phoenix

Boost.org phoenix module
C++
27
star
96

multi_array

Boost.org multi_array module
C++
25
star
97

format

Boost.org format module
C++
25
star
98

lexical_cast

General literal text conversions, such as an int represented as a string, or vice versa
C++
25
star
99

website

The boost website.
HTML
23
star
100

statechart

Boost.org statechart module
C++
23
star