Alternatively, you could use hanging XmlHttpRequests from the
extension to do this, which wouldn't give you a single persistent
socket, but would give you (several, one-at-a-time) TCP sockets
between the extension and the Java.

On Wed, Jan 13, 2010 at 4:54 PM, suraj soni <surajss...@gmail.com> wrote:
> I am working on a Research Project  at the SUNY Stony Brook
> University.
>
> I am developing an extension which requires a two way communication
> channel, i.e. a TCP socket.
>
> My server would be a java backend server running on the local host
> and my client would of-course be a chrome extension.
>
> I am currently on a Windows m/c with Google Chrome version "4.0.288.1
> dev".
>
> Is it possible to establish such a communication link between the two
> using websockets? If yes then could anyone guide me to a link /
> example available.
>
> Also if websocket is not the answer to this, what should my approach
> be?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Chromium-extensions" group.
> To post to this group, send email to chromium-extensi...@googlegroups.com.
> To unsubscribe from this group, send email to 
> chromium-extensions+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/chromium-extensions?hl=en.
>
>
>
>
-- 
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to