Skip to main content

Speedy alternative web server

Project description

⚡ Phoenix ⚡

Phoenix is a speedy lightweight web server with support for modules and extensions.

📦 Installation 📦

You can quickly and easily install from PyPi by running:

pip install phoenix-ws

This provides you with the Phoenix server and PPM package manager.

😀 How it works 😀

Phoenix quickly reads all of the files used by the server and caches them. This reduces the amount of disk read-write operations. It then delivers the files using gzip and zlib to reduce packet size.

Phoenix uses a very small amount of RAM, making it perfect for production environments.

🏁 Getting Started 🏁

You can quickly run Phoenix with:

phoenix run

⚙ Configuration ⚙

Command Line Configuration

run

--host -h - Allow the server to be publicly accessible from other devices.

--port <port> -p <port> - Specify the port to run the server on.

install <package>

Project File Configuration

Phoenix can be configured per-project with a phoenix.config.json file. Here are the options:

host (bool, false) - Allow the server to be publicly accessible from other devices.

port (int, 8080) - Specify the port to run the server on.

zlib (bool, true) - Use zlib compression.

gzip (bool, true) - Use gzip compression.

verbose (bool, false) - Print extra debug messages to the console.

indexDirectories (bool, false) - Display the directory's contents if no file is specified.

indexPhoenix (bool, false) - Index the /phoenix/ directory.

encoding (str, utf-8) - Set the text encoding.

nocompress (list, []) - Disable compression on specific files. Each item of the list is the resource's URL.

minify (bool, true) - Make HTML, CSS, and JS files smaller.

proxy (dict, {}) - Reverse-proxy websites.

fixProxy (bool, true) - Replace all instances of the proxied URL with the requested URL.

thisURL (str) - A nice name for the website hosted by the server. Used for fixProxy.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phoenix_ws-2.1.0.tar.gz (21.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

phoenix_ws-2.1.0-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file phoenix_ws-2.1.0.tar.gz.

File metadata

  • Download URL: phoenix_ws-2.1.0.tar.gz
  • Upload date:
  • Size: 21.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for phoenix_ws-2.1.0.tar.gz
Algorithm Hash digest
SHA256 09baf5c37464e83fe35a24960a49212c4d7fff12686faff270ec13299513e42d
MD5 1b1098b4723d99410c0fe88c49190410
BLAKE2b-256 bc698da86730a04b50c6b1772b810826fa51027bbde4b051e3e4ce70d8f71e10

See more details on using hashes here.

File details

Details for the file phoenix_ws-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: phoenix_ws-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for phoenix_ws-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b19557f7ac926fd3f4ba31d9ff8cfe3cc4eba7ddc199276feee0afa923fac6d5
MD5 a65fa1681b0fc618374add8f168a5653
BLAKE2b-256 3e3e07e2b6675fce584ab39bf63ee0a969d386ffae449bad6f476a7715085df7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page