Can we have JS Client which can be on the browser which can communicate with the server using a higher abstraction like RPC, Datastreams and/or Data Channels?
This can perhaps just providing a JS implementation of:
- RPC
- CSP
- Datastreams
- Dataflow
- Serialisation
- Codec
JS implementation will be to use it from the web.
JS side can also have DI implementation.