users@tyrus.java.net

Re: Websocket and restfull webservice

From: Neil Ghosh <neil.ghosh_at_gmail.com>
Date: Sun, 8 Jun 2014 17:34:05 +0530

AFIK websocket layer is below the http layer which REST uses I.e. there is
no request and response in websockets like rest calls. In websockets you
just transfer raw strings as message without any header wrap .
On 08-Jun-2014 4:04 pm, "housseini hamidou" <hhmh84_at_yahoo.fr> wrote:

>
> Hi pavel. I am moussa. I am trying to develop a realtime chat application
> for mobile phone l am using codenameone to develop my client side. But
> codename one is not yet support websociet protocol. My main problem is to
> know if it possible to use restfull webservice with the websocket.
>