Has anyone ported the Yesod chat-example to websockets? - websocket

Has anyone ported the Yesod chat-example to websockets?
http://www.yesodweb.com/book/wiki-chat-example
https://github.com/yesodweb/wai/blob/master/wai-websockets/Network/Wai/Handler/WebSockets.hs

Related

Does anybody know the socket.io client library for c language?

I am writing a application for SCM, and have a server created by socket.io.
so, does anybody know the socket.io client library for c language?
Maybe you'd find Cellophaneio helpful?
There are C++ libraries available, but I assume you want just pure C.

Looking for Robot Framework Library or a good java library for automating mac gui

Is there any good robot framework library that exists for automating GUI on mac?
or any good java library? I googled and nothing came up very promising.
Thanks
What your are describing is an OSX version of Autoit.
Perhaps this can you help out. I have not really looked into it, but I am not sure this will work with Robot Framework...

What's Kik's level of WebSocket support on android devices that don't natively support them?

I've got a project using WebSockets that I want to possibly integrate with Kik. Is it going to be work on the Android platforms that don't natively support WebSockets? I know there are many posts here on SO with native android code to inject WebSockets into the webview. Have any of these been implemented? What is the suggested workaround if not?
Thanks!
WebSockets are natively supported on Android 4.4+. On older operating systems it is normally recommended to use XHR polling or other mechanisms.
I would suggest using Socket.io as it is a very mature library for this kind of technology with backward compatibility modes going back to pretty old browsers.
http://socket.io

Cross Platform GUI Library for Ruby

Does anyone have recommendations on a cross platform GUI Library for Ruby. I have looked at https://github.com/brixen/wxruby and it seems like its dead (the last code push is more than 2 years ago), but I need something on similar lines. The goal is to build a native app for Windows/OS X and Linux. My other option currently is to learn pascal and buy Delphi :(
I'd look into qtruby. It's actively developed, works on Windows, OSX and Linux and there even is an (old) ebook about it.
I will try:
http://shoesrb.com/

Free SMS Gateway Engine

Recently I was looking for SMS (mainly) gateway, free, and preferably, open source. I ran into Kannel which fits my needs so far, and more. However, I was hoping for something that is Windows-based (Kannel is Linux-based)... well, I know Kannel can be compiled and run using Cygwin, but it won't be as reliable as on Linux.
Does anyone know about similar thing on Windows? I'm not looking for a full-featured enterprise solution, something as simple as Kannel (and engine with few API's) is okay with me.
http://smsrobot.sourceforge.net
Cygwin is not necessarily less reliable. If Kannel works on that, my advice would just be to use it.
I know one working Kannel installer build (1.4.3 and CVS) for Windows prepared by archi.tech company. It's built using cygwin and includes some patches for better stability.
This is available here: http://www.thearchitech.com/downloads/

Resources