distributed-process
distributed-process copied to clipboard
Would it be possible to send and receive CH messages from potentially untrusted sources
trafficstars
The suggested use case here is a ghcjs/astreus to a backend process.
(Does phoenix's infrastructure dof something like this?)
the concern here is that in erlang a person can send any command e.g. "fork a process" to any node in the cluster. So clearly that'd be bad.
@TheMatten