How to setup Feathersjs with Nativescript

时间:2018-03-09 19:10:41

标签: socket.io nativescript angular2-nativescript feathersjs

I have made a simple backend with feathersjs for testing purposes.

For mobile application I am using nativescript with (angular 5). But one of the feathersjs client library require socketio-client.

socket.io-client library fails in nativescript.

So I used following nativescript plugins ( none of them works with featherSocketIOClient )

  • nativescript-socket.io
  • nativescript-socketio

Please help.

1 个答案:

答案 0 :(得分:-1)

您不必在客户端上使用Feathers连接到Feathers服务器。 refer to the documentation