Skip to content
#

backend-server

Here are 110 public repositories matching this topic...

appwrite
eldadfux
eldadfux commented Apr 13, 2020

Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
https://github.com/google/brotl

frgomes
frgomes commented Jan 1, 2020

Related: #19

IMHO, one of the major deficiencies of actix-web documentation and codebase is that examples may not be self-contained, being clean enough and straighforward enough for newcomers into the library. By "self contained" I mean: "copy from the browser, paste into two files: Cargo.toml and main.rs ... fire cargo and it works."

Writing an end-to-end, real world application, containin

ahwagner
ahwagner commented Oct 26, 2018

Currently all of the listed entities return detailed information in batches from advanced search endpoints. However, the only way to get suggested_changes is still through the GET :entity_id/suggested_changes endpoints, returning suggested_changes for only one entity at a time.

An option to include the suggested_changes in the advanced search response, or a batch (POST) endpoint for `

Improve this page

Add a description, image, and links to the backend-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backend-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.