1.0.19 • Published 8 years ago
websocketizer-client v1.0.19
websocketizer-client
Simple websocket client implementation to use with websocketizer-server
Getting start
import Client from 'websocketizer-client';
const client = new Client('ws://localhost:7001');
client.onConnect(() => {
client.emit('say', 'Hello world');
});
client.onDisconnect(() => {
//
});
client.connect();
Build Setup
# install dependencies
npm install
# build for production with minification
npm run build
# start compiled version.
npm run start
# run lint in code
npm run lint
1.0.19
8 years ago
1.0.18
8 years ago
1.0.17
8 years ago
1.0.16
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago