I can point you at: http://stackoverflow.com/questions/16675450/support-for-websockets-on-android http://autobahn.ws/ https://github.com/koush/android-websockets
But don't have any personal experience with either. Kris On Tue, Aug 13, 2013 at 9:37 AM, Gink Labrev <[email protected]> wrote: > Thanks. Could you suggest a third party alternative ? > I have searched for it without success. > I am developing a chat. I have a Node.js Socket.io server implementation. > > Regards, > > > 2013/8/12 Kristopher Micinski <[email protected]> > >> Not in the SDK to my knowledge. But what are you trying to do? There >> are a lot of third party providers that offer good / sane Android >> alternatives to Websockets, depending on your use case. >> >> Kris >> >> >> On Mon, Aug 12, 2013 at 2:21 PM, Gink Labrev <[email protected]>wrote: >> >>> Hello everyone. >>> >>> Does Android implement the Java API for WebSocket (JSR-356) ? >>> >>> http://docs.oracle.com/javaee/7/tutorial/doc/websocket.htm >>> http://jcp.org/aboutJava/communityprocess/final/jsr356/index.html >>> >>> If not, is there a component that allows to use Websockets in Android ? >>> >>> Regards, >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/android-developers?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Android Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

