Git Product home page Git Product logo

txstatic's Introduction

txStatic

txStatic is a library that provides an extended, more-powerful version of the File class from Twisted Web. The goal of this module is to prototype more advanced functionality for serving static files with the goal of improving efficiency and providing an experience more like what you'd get from a server like nginx.

txStatic has the following features:

  • Last-Modified support (inherited from the implementation in Twisted Web)
  • Etag support (using the same etag calculation mechanism as nginx)
  • Support for pre-compressing files, and serving compressed versions of a file when appropriate.
  • Disables directory lookups.
  • Automatic Link header emission based on HTML content.

In the future we'd like txStatic to become a testbed for adding more advanced efficiency tools to Twisted Web, including:

  • HTTP/2 server push
  • HTTP/2 Cache Digests
  • 103 Early Hints responses

Current Status

Right now txStatic is under active development. Please consider using it, but be aware that it is not necessarily production-ready.

License

txStatic is made available under the MIT license. This module contains code that was originally part of the Twisted project, and that code was also made available under the MIT license. See LICENSE for more details.

txstatic's People

Contributors

lukasa avatar

Stargazers

Manish Tomar avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.