Skip to content
/ Beast Public
forked from boostorg/beast

HTTP and WebSocket implementations built on Boost.Asio

License

Notifications You must be signed in to change notification settings

respu/Beast

 
 

Repository files navigation

Beast Build Status

Beast provides implementations of the HTTP and WebSocket protocols built on top of Boost.Asio and other parts of boost.

Requirements:

  • Boost
  • C++11 or greater
  • OpenSSL (optional)

Linking applications with beast:

You need to include the .cpp file src/beast_http_nodejs_parser.cpp in the build script or Makefile for your program in order to link.

Links:

Please report issues or questions here: https://github.com/vinniefalco/Beast/issues

About

HTTP and WebSocket implementations built on Boost.Asio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.4%
  • C 13.3%
  • Shell 0.3%