cs01/gdbgui

use modern async backend

Open

#315 opened on 2020年2月18日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (6,592 stars) (376 forks)batch import
help wanted

説明

Is your feature request related to a problem? Please describe. Currently gdbgui's backend uses SocketIO and has a dependency on gevent, an older async implementation. Additionally, SocketIO is not needed in all websocket implementations.

Describe the solution you'd like Use a modern async backend that does not require gevent/eventlet, nor SocketIO. A good candidate is FastAPI. Another is Starlette, which FastAPI is based on.

https://fastapi.tiangolo.com/ https://www.starlette.io/

コントリビューターガイド

use modern async backend · cs01/gdbgui#315 | Good First Issue