Skip to main content

Express-Server is a lightweight and fast web server for Python, inspired by the simplicity of Express.js.

Project description

Express-Server

Express-Server is a lightweight and fast web server for Python, inspired by the simplicity of Express.js.

images

Simple Syntax

from express_server import express
app = express()

def home(req,res,next):
    return res.send("Hello World")

app.get("/",home)

app.listen(3000)

Installation

This is a Python library available through the pip registry.

Before installing, download and install python. Python 3.1 or higher is required.

Installation is done using the pip command:

$ pip install express-server

🛠️ This project is currently in development! Use For Fun

We are actively working on improving and expanding this project. While many features are functional, there may be bugs or incomplete functionality. If you encounter any issues or have suggestions, feel free to open an issue or contribute to the development.

Security Notice

🔒 This project is not intended for production use, and it may not be secure.

As a work in progress, security considerations have not been fully addressed. Avoid using this project in a production environment or with sensitive data.

Links

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

express_server-0.0.6.tar.gz (50.5 kB view details)

Uploaded Source

Built Distribution

express_server-0.0.6-py3-none-any.whl (63.1 kB view details)

Uploaded Python 3

File details

Details for the file express_server-0.0.6.tar.gz.

File metadata

  • Download URL: express_server-0.0.6.tar.gz
  • Upload date:
  • Size: 50.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for express_server-0.0.6.tar.gz
Algorithm Hash digest
SHA256 2d7bfc79a965a6761972552054c234bf3dc39cc8ebdde4e8aebfde6e17ad5007
MD5 a751b37b2ce7335f41b79a5497effc2e
BLAKE2b-256 cf4a3d61fcbfd9e5ad546e073d247d74124bc5106b6f6b43af62fe9522a186fc

See more details on using hashes here.

File details

Details for the file express_server-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for express_server-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4fdc619b70eec2e6288a538d8035f9fcef358096eaa652ad80e8d39250c00039
MD5 6138d9c4d0029f1cc53df7eb85ccc1bb
BLAKE2b-256 8102fa41a2c279154b7393099dad8bd73b46ddcd93e582c0871304e9cb8f44f4

See more details on using hashes here.

Supported by

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