EnglishFrenchSpanish

Ad


OnWorks favicon

Proxygen download for Linux

Free download Proxygen Linux app to run online in Ubuntu online, Fedora online or Debian online

This is the Linux app named Proxygen whose latest release can be downloaded as proxygen-v2023.10.23.00.zip. It can be run online in the free hosting provider OnWorks for workstations.

Download and run online this app named Proxygen with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.

- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application, install it and run it.

SCREENSHOTS

Ad


Proxygen


DESCRIPTION

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

This is an application that can also be fetched from https://sourceforge.net/projects/proxygen.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

Ad