1.1.0 • Published 5 years ago
@kashima-org/wslib v1.1.0
@kashima-org/wslib
:evergreen_tree: | WebSocket client for the WebSocket server
Example
import { Client } from '@kashima-org/wslib';
const client = new Client({
username: 'login username',
password: 'login password'
});
client.on('ready', () => console.log('Ready'));
client.connect();
LICENSE
Released under the MIT License
Copyright (c) 2020 LiquidBlast
All code contained in this software ("Software") is copyrighted by LiquidBlast and
may not be used outside this project without written permission from LiquidBlast. Art
assets and libraries are licensed by their respective owners.
Permission is hearby granted to use the Software under the following terms and conditions:
* You will not attempt to reverse engineer or modify the Software.
* You will not sell or distribute the Software under your own name without written permission
from LiquidBlast.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.