Need WebSockets Win8 lib in Monkey (Paid)

Monkey Forums/Monkey Programming/Need WebSockets Win8 lib in Monkey (Paid)

Rushino(Posted 2013) [#1]
Hello,

I am looking for a library that will work with Windows 8 target in Monkey. WebSockets are built-in with Win8 developement .NET libraries. I need a wrapper in Monkey that will act as a library for building Win8 WebSockets apps. I only need client support.

Features i need :

- Connect/Disconnect
- Connection states
- Sending messages
- Receiving messages in a list buffer where i can call a method to get the next messages in the list and handle it in monkey.

If your interested please reply here and i will contact you. Also.. i want this to be released as open source. This will be mixed with my others monkey websockets libraries and i will release this as a version 2.0 of the actual library which support Android, XNA (Windows) and HTML5 right now.

Thanks!


Tibit(Posted 2013) [#2]
I'm also looking at networking options right now. However I'm mostly only interested in a solution in where I can code the server in Monkey (any target will do to begin with) that can connect to clients in all other targets (which is already working), but maybe not in win8 yet?


Rone(Posted 2013) [#3]
I have just played with StreamSockets in win8...

If you still need this, please contact me.