Moonraker is a Python 3 based web server that exposes APIs with which client applications may use to interact with the 3D printing firmware Klipper. Communication between the Klippy host and Moonraker is done over a Unix Domain Socket. Tornado is used to provide Moonraker's server functionality.
With Klipper becoming more and more popular, Pronterface became obsolete since it isn't able to connect to printers using this firmware. Adding compatibility to Moonraker would change that. Please consider adding support to it, thank you.