/qt-model-server

Use any QAbstractItemModel in your JavaScript application via WebSocket

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

qt-model-server

Lets you use your QAbstractItemModel from a Javascript application. Communicates with a JSON protocol over a WebSocket. A client implementation is provided as a TypeScript class for use in an Angular application.

Current Status

Early development stage. Mostly works, but not feature-complete.

SSL/TLS encryption and authentication are not implemented yet. Do not use on a public server!

License

BSD 2-clause. See LICENSE file for details.