konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 262 forks source link

Get rid of RMI in daemon process #811

Open konsoletyper opened 8 months ago

konsoletyper commented 8 months ago

Instead, communication with daemon process should be performed via stdin/stdout. A simple protocol must be implemented for this purpose.