2016-04-27 14:58:07 +07:00
|
|
|
# Beast [](https://travis-ci.org/vinniefalco/Beast) [](https://codecov.io/gh/sublimator/Beast)
|
2017-07-20 08:01:46 -07:00
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
|
|
* [Home](http://vinniefalco.github.io/)
|
|
|
|
|
* [Repository](https://github.com/vinniefalco/Beast)
|
|
|
|
|
* [Documentation](http://vinniefalco.github.io/beast/)
|
|
|
|
|
* [Autobahn.testsuite results](http://vinniefalco.github.io/autobahn/index.html)
|
|
|
|
|
|
|
|
|
|
Please report issues or questions here:
|
|
|
|
|
https://github.com/vinniefalco/Beast/issues
|