Qt - Connected First: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "Category:QtCS2023 ==Session Summary== ==Session Owners== ==Notes==")
 
Line 7: Line 7:




==Notes==
* write less code end app to intranet/server
* done: Http server gRPC REST (6.7) HTTPS headers
* HTTP/2 multipart HTTP
* gRPC
* Plugin for Open API better than OAuth2?
* REST better than Open API
* GraphQL (Facebook, Airbnb) Graph Query Language
 
-- Discussion -----
 
* Networking in QML ? gPRC provides API
* Cookie support? Server side missing (Authentication)
* HTTP server room for improvement Authentication
* JWT Java Web Tokens for Authentication
* Many flavours of GraphQL Check out playgrounds
* Support for Authentication for REST OAuth2/JWT/Bearer tokens? 
* Encryption of Authentication/JSON (also conveniently configureable in HTTP server)
* NodeJS? flexible building blocks
* WebRTC? data channel video/audio not useful outside WebRTC for peer to peer connections via web server higher on stack
* Desktop sharing
* WASM application
* Check what technologies are used by common web sites
* Action point: Set up our own services to keep our examples working (otherwise fall apart)
* How to handle storage of private keys on devices?
* Contacts: Markus Tillmanns/Fabian Kosmale

Revision as of 12:35, 30 November 2023


Session Summary

Session Owners

  • write less code end app to intranet/server
  • done: Http server gRPC REST (6.7) HTTPS headers
  • HTTP/2 multipart HTTP
  • gRPC
  • Plugin for Open API better than OAuth2?
  • REST better than Open API
  • GraphQL (Facebook, Airbnb) Graph Query Language

-- Discussion -----

  • Networking in QML ? gPRC provides API
  • Cookie support? Server side missing (Authentication)
  • HTTP server room for improvement Authentication
  • JWT Java Web Tokens for Authentication
  • Many flavours of GraphQL Check out playgrounds
  • Support for Authentication for REST OAuth2/JWT/Bearer tokens?
  • Encryption of Authentication/JSON (also conveniently configureable in HTTP server)
  • NodeJS? flexible building blocks
  • WebRTC? data channel video/audio not useful outside WebRTC for peer to peer connections via web server higher on stack
  • Desktop sharing
  • WASM application
  • Check what technologies are used by common web sites
  • Action point: Set up our own services to keep our examples working (otherwise fall apart)
  • How to handle storage of private keys on devices?
  • Contacts: Markus Tillmanns/Fabian Kosmale