bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.33k stars 1.46k forks source link

How to modify server adapters? #1385

Closed NSH531 closed 2 years ago

NSH531 commented 2 years ago

Can you guide me? Tnx Nate

defnull commented 2 years ago

Bottle is just a single file and server adapters are often just a couple of lines long. "Look at the code" is often the best advice. You so do not need server adapters to run a server. Bottle apps are WSGI apps. Just follow the documentation of the WSGI server you want to use.

NSH531 commented 2 years ago

I looked on code but I still need help on this topic I also need help with wsgiref

בתאריך יום שני, 27 ביוני 2022, מאת Marcel Hellkamp @.***

:

Bottle is just a single file and server adapters are often just a couple of lines long. "Look at the code" is often the best advice. You so do not need server adapters to run a server. Bottle apps are WSGI apps. Just follow the documentation of the WSGI server you want to use.

— Reply to this email directly, view it on GitHub https://github.com/bottlepy/bottle/issues/1385#issuecomment-1167016542, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNBJWIXP3DGV4MWIC4RDR3VRFNXJANCNFSM5Z5RNHGQ . You are receiving this because you authored the thread.Message ID: @.***>

-- https://netanel.ml

defnull commented 2 years ago

Then ask specific questions. Also, this is an issue tracker, not a support forum. Try the mailing-list.

NSH531 commented 2 years ago

I sent this to mailing list

בתאריך יום שני, 27 ביוני 2022, מאת Marcel Hellkamp @.***

:

Then ask specific questions. Also, this is an issue tracker, not a support forum. Try the mailing-list.

— Reply to this email directly, view it on GitHub https://github.com/bottlepy/bottle/issues/1385#issuecomment-1167030366, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNBJWOCI5HT4YIA75IGVXTVRFPIRANCNFSM5Z5RNHGQ . You are receiving this because you authored the thread.Message ID: @.***>

-- https://netanel.ml

Rosuav commented 2 years ago

Yes, and you replied to this tracker while cc'ing the mailing list. Please, do some research yourself and stop asking to be spoonfed.