Coder Social home page Coder Social logo

Development server about falcon HOT 6 OPEN

falconry avatar falconry commented on May 5, 2024
Development server

from falcon.

Comments (6)

kgriffs avatar kgriffs commented on May 5, 2024

It would be great to have a nice debugging/dev server that you can use to auto-reload, break into a REPL, etc.

from falcon.

kgriffs avatar kgriffs commented on May 5, 2024

From IRC:

xris: has any thought been given to some sort of debug middleware like other frameworks provide?
xris: I've been playing with pycharm's debugger today (looks like a variation of pydev for eclipse) and it'd be easy to add as middleware, but I'm wondering if a pluggable sort of thing built into falcon might be useful.

from falcon.

kgriffs avatar kgriffs commented on May 5, 2024

Something else that might be useful (TBD): https://github.com/jonathanslenders/python-prompt-toolkit

from falcon.

kevinisaac avatar kevinisaac commented on May 5, 2024

+1

from falcon.

csojinb avatar csojinb commented on May 5, 2024

I'll take a look at this. I'll probably be slow at it though. :-)

from falcon.

vytas7 avatar vytas7 commented on May 5, 2024

Normally, it would be unclear if this provides much value over just using Gunicorn (autoreload is supported) or similar as a debugging server.

However, now that we are going to support both WSGI and ASGI, could it be worth revisiting this?
We could combine wsgiref and asgiref into one tool that would automatically recognize which flavour of Falcon (or a non-Falcon app, for that matter) we're dealing with, and would start serving accordingly.

from falcon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.