[Websockets] Server [C#] + Client [HTML5] base
Dunno if it will be useful, but releasing my WebSocket Habbo base.
Simple login with tickets is done, a bit of navigator.
Packet structure is:
Code:
{char1}{char_header}content
https://mega.co.nz/#!BosViRDL!5-jbza...veB81D9K-bX1WA
http://i.imgur.com/gOt3Tj5.png
http://i.imgur.com/G0RHI6S.png
Re: [Websockets] Server [C#] + Client [HTML5] base
Re: [Websockets] Server [C#] + Client [HTML5] base
It looks okay. But is the code stable and secure?
Re: [Websockets] Server [C#] + Client [HTML5] base
It is not ready I suppose.
i hope you will finish it soon.
Re: [Websockets] Server [C#] + Client [HTML5] base
@maartenvn
Make sure you are opening it as site, not as just file.
@Tha
Reeeally not much done. Just base with auth + couple packets example.
Re: [Websockets] Server [C#] + Client [HTML5] base
Quote:
Originally Posted by
Rav4eG
@
maartenvn
Make sure you are opening it as site, not as just file.
@
Tha
Reeeally not much done. Just base with auth + couple packets example.
Found it you need to user chrome not mozilla firefox or someting.
Re: [Websockets] Server [C#] + Client [HTML5] base
Quote:
Originally Posted by
Tha
It looks okay. But is the code stable and secure?
I can with most certainty say, no, it is not.
Re: [Websockets] Server [C#] + Client [HTML5] base
Sorry, but when i receive data with header 4, i wan't to select the name's room with ID received !
How can i do this ?