mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
4 lines
132 B
JavaScript
4 lines
132 B
JavaScript
import { io } from 'socket.io-client';
|
|
|
|
export const socket = io('http://192.168.0.10:3000'); // use the IP address of your machine
|