0

我有工作代码,cordova但想将其转换为ionic3但找不到任何参考。我不想使用 Fire-base 我有自己的套接字服务器。 I know i could have added some of my code to it but i am only able to find of ionic 2#

4

1 回答 1

0

你可以使用一些 Angularjs websocket 包装器,像这样

import {$WebSocket} from 'angular2-websocket/angular2-websocket'
const ws = new $WebSocket("url");
ws.send(event);
于 2017-07-04T14:47:14.757 回答