reogranized with a simple socket extension to data provider

This commit is contained in:
talksik
2022-05-07 07:56:36 -05:00
parent 309e74ff94
commit 0fb8bc2b57
6 changed files with 134 additions and 83 deletions
@@ -1,6 +0,0 @@
import SocketChannels from "@nirvana/core/sockets/channels";
import { io } from "socket.io-client";
const $ws = io("http://localhost:5000");
export default $ws;