Slide 4
Slide 4 text
その中に気になる記述が……
Because so much TypeScript API usage today is
synchronous, we wanted to make it possible to
communicate with this process in a synchronous way.
Node.js unfortunately doesn’t provide an easy way to
communicate synchronously with a child process, so we
developed a native Node.js module in Rust (which should
make lots of people happy) called libsyncrpc.
4