Socket.io

  • Swift Tutorial: Building an iOS Chat App Using Socket.IO

    iOS apps exist in millions out there, and most of them communicate with servers to exchange data. In their majority, the server implements and provides RESTful APIs that apps can use for the communication. When an app needs to send data to the server, or fetch from it, it makes the proper request and after…