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.
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
PyPI Releases: https://pypi.org/project/express-server/
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
Built Distribution
Hashes for express_server-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c723732cae5a9c0f8c7ca2d333bf857df0fff9aafca2123b1a86a66bec90d269 |
|
MD5 | 395055548dfd41869293adbb72c6ee77 |
|
BLAKE2b-256 | 03fa638418bf9998b4b2fe04bd5c3f592c340517a1325e55a874d6d44c81d37c |