nodejs和php rest apis

时间:2017-02-07 14:14:14

标签: php ios node.js chat

我们要求使用手机号码作为uuid的ios原生应用程序,并且还包含其他聊天功能。

  1. 将手机号码注册为uuid并为其创建令牌,或者我们可以使用uuid和mobile绑定进行通知。
  2. 对于聊天(组/个人),当我们使用nodejs服务器和套接字io客户端时。在创建客户端时,我们如何映射手机号码 在服务器端使用该套接字。
  3. 如果我们在大多数调用中使用php REST apis,那么我们如何将php集成到nodejs调用中。
  4. 我们要实现的目标主要是使用PHP REST api。并使用nodejs socketio进行聊天和实时通知。我正在研究多个例子但不符合上述情况。

    https://github.com/jdutheil/nodePHP

    https://entwickler.de/webandphp/integrating-node-js-with-php-125830.html

    http://elephant.io/(php and socketio)

    由于我们的客户端是ios本机应用程序,因此我们不确定采用哪种方式。 nodejs和PHP之间的通信很复杂。enter image description here

0 个答案:

没有答案