connexion icon indicating copy to clipboard operation
connexion copied to clipboard

Add 'native' async app

Open RobbeSneyders opened this issue 2 years ago • 0 comments

Next to the synchronous Flask app, we also want to provide an asynchronous app. Instead of implementing an existing async framework, I propose to implement a simple 'native' app. We can implement this app using a combination of low level starlette components and the routing lookup mechanism we already implemented in the middleware.

Instead of using the native app, the connexion middleware can also be applied to existing async frameworks to add connexion functionality.

#1395 for context.

RobbeSneyders avatar May 10 '22 16:05 RobbeSneyders