Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Add support for WAMP (Web Application Messaging Protocol) #26

Open
CircleCode opened this issue Feb 11, 2015 · 7 comments
Open

Add support for WAMP (Web Application Messaging Protocol) #26

CircleCode opened this issue Feb 11, 2015 · 7 comments
Assignees

Comments

@CircleCode
Copy link
Member

WAMP is getting more and more attention.
We should add support for WAMP into Hoa\WebSocket.

@CircleCode
Copy link
Member Author

once supported, Hoa should be added to http://wamp.ws/implementations/

@Hywan Hywan self-assigned this Feb 11, 2015
@Hywan
Copy link
Member

Hywan commented Feb 11, 2015

Any volunteers? /cc @hoaproject/hoackers

@jignesh87
Copy link

Hello..Hywan
I wanna streaming video is it posiible?.
Thanks.

@Hywan
Copy link
Member

Hywan commented Feb 26, 2015

@jignesh87 Absolutely, it is possible, but it is not the goal of Hoa\Websocket for several reasons. Firstly, the WebSocket protocol is based on TCP and this kind of network is not suitable for video streaming since it is a “connected” mode. You are rather likely to use UDP, which is a “not-connected” mode. Secondly, WebSocket is designed for full-duplex connections, which means that the server can talk to the client and vice versa. In the case of a video streaming, you don't want the client to send data to the server. Finally, I encourage you to come on IRC to ask your question. We are here to help you.

@jignesh87
Copy link

Thank you Hywan for reply. I will come on IRC soon.
Thank you again.:)

@Hywan Hywan changed the title add support for WAMP (Web Application Messaging Protocol) Add support for WAMP (Web Application Messaging Protocol) Sep 28, 2015
@Neofox
Copy link

Neofox commented Sep 19, 2017

Hello, any news on the implementation of WAMP?
Thanks

@Hywan
Copy link
Member

Hywan commented Sep 25, 2017

@Neofox We have zero demand for that yet, and it is a huge work. We are not going to implement this specification if no one asks it :-).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

4 participants