fcitx / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
136 stars 15 forks source link

let engine own SessionHandler to get rid of server [skip ci] #71

Open eagleoflqj opened 19 hours ago

eagleoflqj commented 19 hours ago

Android, iOS and Web cannot use the C-S architecture as-is. The core part of server is SessionHandler. Let MozcEngine own it so server is not needed. mozc_client is a simplified version of client/client, which keeps all APIs used by fcitx and discards those not used. mozc_connection is not needed as well.

wengxt commented 7 hours ago

Please create a shim layer and make it a compile time switch.