jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 62 forks source link

websockets #7

Closed kaiwachter closed 9 years ago

kaiwachter commented 9 years ago

Hi Guys, will the framework also support Websockets? But congratulations. the performance is incredible. best regards Kai

jgauffin commented 9 years ago

Yes, eventually. Or when someone else makes the encoder/decoder. I'm currently designing MicroMsg2: https://gist.github.com/jgauffin/d63f62d54755ccc6ae40/. Should increase the performance even more.

kaiwachter commented 9 years ago

these micromessages look interesting. i have corrected some bugs in the griffin.core to make it run as webserver. The cookies was not serialized in the encoder The cookieparser looses cookies, in cases of multiple requests as it is reused in the decoder i thin kyou need to create the parser everytime.

I also have a another question. What is about compression, do you have plans to integrate Gzip compression? best regards Kai

campersau commented 9 years ago

I'm currently working on the websocket implementation. You can see it here https://github.com/campersau/Griffin.Framework/tree/websocket . The server part is finished and supports the http websocket upgrade handshake.

jgauffin commented 9 years ago

Feel free to commit the support when it's done.