socket.io

  1. M

    Wrap Socket.IO For B4I

    Hi, Can anyone wrap the new Socket.IO library for b4i? link library in github.
  2. Biswajit

    Android Tutorial [B4X] Simple audio call over internet with own TURN/relay server

    Hi everyone, I posted a thread long ago about the audio/video calling over the internet. Here is a simple example of how you can call almost (will discuss below) realtime. Why only a simple audio calling example while I said that I will post both audio and video calling examples? While working...
  3. Biswajit

    B4A Library Socket.IO Client Library

    Hi everyone, Here is the Socket.IO Client library wrap for this Github Project. Click here for the B4i wrapper SocketIOClient Author: @Biswajit Version: 2.5 Dependency: OkHttpUtils2 SocketIOClient Method: initialize(EventName As String) connect (host As String, params As String, secure As...
  4. Biswajit

    B4i Library Socket.IO Client Library

    Here is the Socket.IO Client library wrap for this Github Project. Click here for the B4A wrapper iSocketIOClient Author: @Biswajit Version: 1.4 Dependency: iRandomAccessFile iSocketIOClient SocketIOClient library wrapper for b4i. Events: Ack (data As String) CustomUserEvents (data As List...
  5. D

    iOS Question socket.io library for b4i

    Hi :) i use node.js socket.io for server side and b4i for client side for my realtime application. i was use websocket at last , and now i want to switch connection to socket.io. is there any library to Connect socket.io?
Top