We have hosted the application proxygen in order to run this application in our online workstations with Wine or directly.


Quick description about proxygen:

This project comprises the core C++ HTTP abstractions used at Facebook. Internally, it is used as the basis for building many HTTP servers, proxies, and clients. This release focuses on the common HTTP abstractions and our simple HTTPServer framework. Future releases will provide simple client APIs as well. The framework supports HTTP/1.1, SPDY/3, SPDY/3.1, HTTP/2, and HTTP/3. The goal is to provide a simple, performant, and modern C++ HTTP library. Note that currently this project has been tested on Ubuntu 18.04 and Mac OSX although it likely works on many other platforms. The central abstractions to understand in proxygen/lib are the session, codec, transaction, and handler. These are the lowest level abstractions, and we don't generally recommend building off of these directly. When bytes are read off the wire, the HTTPCodec stored inside HTTPSession parses these into higher-level objects and associates with it a transaction identifier.

Features:
  • Proxygen makes heavy use of the latest C++ features and depends on Thrift and Folly for its underlying network and data abstractions
  • Get set up quickly with a simple, fast-out-of-the-box event driven server
  • Proxygen has allowed us to rapidly build out new features, get them into production, and see the results very quickly
  • The Proxygen codebase is under active development and will continue to evolve
  • You will need at least 3 GiB of memory to compile proxygen and its dependencies
  • Proxygen and folly are all Autotools based projects


Programming Language: C++.
Categories:
Libraries

Page navigation:

©2024. Winfy. All Rights Reserved.

By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.