Skip to content

asif001/webserver_wsgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom WSGI (Webserver Gateway Interface)

Python Package Dependencies

  1. Django
  2. Flask
  3. pyramid

Introduction

In this project a custom WSGI has been implemented.

Features

  • Custom minimalist WSGI to run any python web framework

Quick start running the project

  1. git clone https://github.com/asif001/webserver_wsgi.git
  2. Create python virtual environment with python-3.7.5
  3. Install required python dependencies into your python virtual environment using pip install -r requirements.txt
  4. Go to webserver2 directory
  5. To run application open another terminal and run python webserver2.py module:callable. For example : python webserver2.py wsgiapp:app

Contributing

The main reason to publish something open source, is that anyone can just jump in and start contributing to my project. So If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Author

Asifur Rahman asifurarahman@gmail.com Student at Department of Computer Science and Engineering Khulna University of Engineering & Technology, Khulna Bangladesh

About

Custom WSGI (Web Server Gateway Interface )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages