Running a light weight web server for reporting
Project description
===========
basicweb
===========
It lauches a basic web server, provides a login page, validates the credenatilas fron sqlite DB and maintains cookies.
-----------
Useful for basic reporting of confidential data. It is a scalable application which launches more number of threads as per the requirement.
Pre-requisite
============
* sqlite DB knowledge
* Basic HTML, CSS
* Baisc HTTP protocol
Execution & Output
-------------------
arjun$ python web.py
('Started httpserver on port ', 8080)
192.168.2.1 - - [16/Jul/2017 15:14:14] "GET / HTTP/1.1" 200 -Filename: web.py
192.168.2.1 - - [16/Jul/2017 15:15:06] "GET /css/table.css HTTP/1.1" 200 -
192.168.2.1 - - [16/Jul/2017 15:15:06] "GET /js/table.js HTTP/1.1" 200 -
basicweb
===========
It lauches a basic web server, provides a login page, validates the credenatilas fron sqlite DB and maintains cookies.
-----------
Useful for basic reporting of confidential data. It is a scalable application which launches more number of threads as per the requirement.
Pre-requisite
============
* sqlite DB knowledge
* Basic HTML, CSS
* Baisc HTTP protocol
Execution & Output
-------------------
arjun$ python web.py
('Started httpserver on port ', 8080)
192.168.2.1 - - [16/Jul/2017 15:14:14] "GET / HTTP/1.1" 200 -Filename: web.py
192.168.2.1 - - [16/Jul/2017 15:15:06] "GET /css/table.css HTTP/1.1" 200 -
192.168.2.1 - - [16/Jul/2017 15:15:06] "GET /js/table.js HTTP/1.1" 200 -
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
basicweb-1.0.tar.gz
(2.9 kB
view details)
File details
Details for the file basicweb-1.0.tar.gz
.
File metadata
- Download URL: basicweb-1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 037fc3c9a926fa22171414f4a1c51ae9c55638b75d8f3d288766d11739085090 |
|
MD5 | a8b628c80f638a994d2870e0ce15e43f |
|
BLAKE2b-256 | f9d40f052d932410c72dc5b42364db16a50e02eee938d2903c958b79c391014f |