arskom / spyne

A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
http://spyne.io
Other
1.13k stars 313 forks source link

Add Starlette as server transport option #658

Open ghandic opened 3 years ago

ghandic commented 3 years ago

What would be the steps to implement starlette? Could we add this as an optional package install?

plq commented 3 years ago

I guess the question should be "How to mount Spyne apps into ASGI servers?" instead, am I right?

ghandic commented 3 years ago

Correct! 😁