Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WSGI server vs Web Server
#20
(May-27-2019, 07:19 PM)snippsat Wrote:
(May-27-2019, 06:36 PM)Skaperen Wrote: s a HTTP to API interfacer. if i got that right,
Look at Full Stack Python WSGI Servers for more info.
i have already read that page. it came close to revealing what i wanted to know. i guess i will have to read the PEPs. PEPs tend to be hard to read.

(May-27-2019, 07:19 PM)snippsat Wrote:
Quote:then i still need to learn it, eventually, to do web development (as opposed to using an existing framework).
Using WSGI directly for web-development is not a pleasant thing,people who want to create yet another Python web-framework most read the WSGI specification.
There is no need at all for user that want to do web-development in Python,to read the WSGI doc.
a lot of things in C are not pleasant, but i have done them. i'm not the typical programmer. i learned assembly language a decade before i learned C. maybe, i won't find WSGI difficult. but i'll have to see it or try it to know for sure.


(May-27-2019, 07:19 PM)snippsat Wrote: Look at Werkzeug it's a thinner layer over WSGI.
Quote:Werkzeug is a comprehensive WSGI web application library.
It began as a simple collection of various utilities for WSGI applications,
and has become one of the most advanced WSGI utility libraries.

From Werkzeug came Flask same Author Armin Ronacher now under Pallets Projects with more developer that keep stuff updated.
With Flask work close to HTML/CSS/JavaScript with very little over head,it's very pleasant to do web-development in.
Django is also good,but it's has an other model that Flask with a lot stuff build in even if need it or not.
i did find Django confusing. i tend to be confuse by abstraction when i start from the abstract side. if i start from the concrete side, i can better understand what is going on.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
WSGI server vs Web Server - by chrisdb - Apr-24-2019, 07:43 AM
RE: WSGI server vs Web Server - by heiner55 - May-26-2019, 04:41 PM
RE: WSGI server vs Web Server - by Skaperen - May-26-2019, 06:08 PM
RE: WSGI server vs Web Server - by heiner55 - May-26-2019, 06:19 PM
RE: WSGI server vs Web Server - by Skaperen - May-26-2019, 06:27 PM
RE: WSGI server vs Web Server - by heiner55 - May-26-2019, 06:30 PM
RE: WSGI server vs Web Server - by snippsat - May-26-2019, 09:40 PM
RE: WSGI server vs Web Server - by chrisdb - May-27-2019, 07:35 PM
RE: WSGI server vs Web Server - by Skaperen - May-27-2019, 12:32 AM
RE: WSGI server vs Web Server - by snippsat - May-27-2019, 01:57 AM
RE: WSGI server vs Web Server - by heiner55 - May-27-2019, 05:15 AM
RE: WSGI server vs Web Server - by Skaperen - May-27-2019, 07:39 AM
RE: WSGI server vs Web Server - by heiner55 - May-27-2019, 07:43 AM
RE: WSGI server vs Web Server - by Skaperen - May-27-2019, 07:56 AM
RE: WSGI server vs Web Server - by heiner55 - May-27-2019, 10:09 AM
RE: WSGI server vs Web Server - by snippsat - May-27-2019, 11:02 AM
RE: WSGI server vs Web Server - by Skaperen - May-27-2019, 06:36 PM
RE: WSGI server vs Web Server - by snippsat - May-27-2019, 07:19 PM
RE: WSGI server vs Web Server - by Skaperen - May-28-2019, 02:23 AM
RE: WSGI server vs Web Server - by snippsat - May-27-2019, 08:31 PM
RE: WSGI server vs Web Server - by heiner55 - May-28-2019, 04:45 AM
RE: WSGI server vs Web Server - by Skaperen - May-28-2019, 05:43 PM
RE: WSGI server vs Web Server - by snippsat - May-28-2019, 06:15 PM
RE: WSGI server vs Web Server - by Skaperen - May-28-2019, 10:14 PM
RE: WSGI server vs Web Server - by heiner55 - May-29-2019, 02:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to connectDjango to mysql server sureshpython 1 647 May-20-2024, 05:11 AM
Last Post: tahirahmedd
  python packaging/ hosted in IIS server manjureka 0 592 Apr-16-2024, 10:43 AM
Last Post: manjureka
  Script does not work on Linux server scrapemasta 0 543 Mar-22-2024, 11:07 AM
Last Post: scrapemasta
  Using a Proxy Server rsherry8 12 26,090 Dec-04-2023, 06:35 PM
Last Post: AlluminumFoil
  Server Error with parse_args() using Flask NoNameoN 0 1,173 Jul-30-2022, 09:42 AM
Last Post: NoNameoN
  [split] flask 500 internal server error DarthTensor 3 4,210 Nov-11-2021, 06:10 AM
Last Post: DarthTensor
  deploying python script on a server rickyrt 0 1,568 Aug-31-2021, 04:03 PM
Last Post: rickyrt
Question Flask, Self-hosted deployment, which server ? SpongeB0B 1 3,260 Apr-11-2021, 11:29 AM
Last Post: snippsat
  Connecting to a web server with authentification arbiel 0 1,676 Feb-02-2021, 08:31 PM
Last Post: arbiel
Question Telegram bot - Problem with proxies and web server NoNameoN 1 3,331 Oct-16-2020, 05:37 PM
Last Post: NoNameoN

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020