How to create sockets in google chrome extension ?
Posted
by Xinus
on Stack Overflow
See other posts from Stack Overflow
or by Xinus
Published on 2009-10-08T05:20:39Z
Indexed on
2010/03/26
20:33 UTC
Read the original article
Hit count: 632
google-chrome
|extension-development
Hello, I created small hello world extension for google chrome http://code.google.com/chrome/extensions/getstarted.html. I need to use sockets in extension for peer to peer communication using UDP. Is there any firefox Jslib equivalent in google chrome or how we can use other languages in google chrome extension?
I doubt its possible in google chrome, looking at its documentation. ? Are there any other ways to achieve p2p communication in extension?
Thanks
© Stack Overflow or respective owner