A
Alon Blich
Guest
It's amazing the things you can do these days with web apps! just javascript and no plugins. I've been playing around with peer2peer web real time communication (html5 webrtc). I was able to put together a facebook like text chatting and skype like audio/video chatting with support for groups, ringtones, echo cancellation etc. in no time. Only the offer/answer signaling to start the peer2peer connection is done through the server. I wrote a small websockets server in progress for the push/pull signaling channel. I've also been playing with speech recognition for siri like commands. I'll publish the source examples soon in case someone wants to have a look at it.
Continue reading...
Continue reading...