Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

Websocket support #173

Open asido opened 7 years ago

asido commented 7 years ago

I wonder whether websocket support is in near plans?

nayato commented 7 years ago

It arguably depends on #52.

agnauck commented 7 years ago

There is a PR here for HTTP codec support https://github.com/Azure/DotNetty/pull/256

Are there outstanding issues or will it be merged soon? I have done some work on websockets which I could finish and contribute once we have the HTTP stuff in netty.

VladimirAkopyan commented 6 years ago

Could really use Websocket codec for Netty guys! Any update on this?

xkyii commented 6 years ago

I see the HTTP codec had been merged, Does that means websocket support will come in soon?

caozhiyuan commented 6 years ago

@vanaldi StormHub work https://github.com/StormHub/DotNetty/tree/WebSocket

erikzhang commented 6 years ago

@caozhiyuan Can you make a pull request for the implemention of WebSocket?

caozhiyuan commented 6 years ago

@erikzhang you can work with https://github.com/StormHub/DotNetty/tree/WebSocket

erikzhang commented 6 years ago

I need to use it via nuget.

vyshkant commented 5 years ago

@caozhiyuan Any updates on this?

caozhiyuan commented 5 years ago

merge at here : https://github.com/Azure/DotNetty/pull/400 @vyshkant