I understood Workerd's project as a server-based project.
Therefore, the entry point to every system must implement the fetch function.
Is there a protocol that can run scripts like nodejs' worker_thread function and send/receive them like IPC messages?
I wonder if I should send/receive using a web socket using durable-objects.
I would like to ask if there is anything that can be of help.
I understood Workerd's project as a server-based project.
Therefore, the entry point to every system must implement the fetch function.
Is there a protocol that can run scripts like nodejs' worker_thread function and send/receive them like IPC messages?
I wonder if I should send/receive using a web socket using durable-objects.
I would like to ask if there is anything that can be of help.