io.js 109 B

123456
  1. import io from 'socket.io-client';
  2. const HOST = 'http://localhost:8181';
  3. export default io.connect(HOST);