Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to modify server adapters? #1385

Closed
NSH531 opened this issue Jun 27, 2022 · 5 comments
Closed

How to modify server adapters? #1385

NSH531 opened this issue Jun 27, 2022 · 5 comments

Comments

@NSH531
Copy link

NSH531 commented Jun 27, 2022

Can you guide me?
Tnx
Nate

@defnull
Copy link
Member

defnull commented Jun 27, 2022

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.

@defnull defnull closed this as completed Jun 27, 2022
@NSH531
Copy link
Author

NSH531 commented Jun 27, 2022 via email

@defnull
Copy link
Member

defnull commented Jun 27, 2022

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

@NSH531
Copy link
Author

NSH531 commented Jun 27, 2022 via email

@Rosuav
Copy link

Rosuav commented Jun 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants