Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 468 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 468 Bytes

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.