tryphotino / photino.NET

https://tryphotino.io
Apache License 2.0
897 stars 73 forks source link

Standard way to make IPC calls between photino.Native and photino.NET #23

Open MikeYeager opened 3 years ago

MikeYeager commented 3 years ago

Currently, it's just a memory stream. Should we promote a standard JSON format for messages? Some way to make messages strongly typed?

Also, should we make "channels" to direct IPC calls.

Needs discussion and fleshing out.

stevesobol commented 1 year ago

Using JSON makes it much easier for us to use Javascript objects on the frontend,