-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web RPC, Datastreams & Data Channels With JS Client #22
Comments
Hello, @sirinath |
I guess the problem is client-server communication which is very limited. I guess this can be rectified by implementing some of the standards on the server side like:
This way existing JS libraries can be used on the client-side/frontend-side. |
Most important would be along with Ajax are:
|
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:
JS implementation will be to use it from the web.
JS side can also have DI implementation.
The text was updated successfully, but these errors were encountered: