mirror of
https://github.com/tanrax/simple-HTML-over-the-Wire-social-network.git
synced 2026-08-14 17:53:15 +02:00
8 lines
111 B
JavaScript
Executable File
8 lines
111 B
JavaScript
Executable File
import { connect, startEvents } from './webSocketsCli.js';
|
|
|
|
/*
|
|
INITIALIZATION
|
|
*/
|
|
connect();
|
|
startEvents();
|