kaliumxyz / instant-connection

🎫 connection to instant.leet.nu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instant-connection Build Status

make connections to instant :D.

this is a sister of the euphoria-connection library and follows the same format.

install

simply download it from npm.

$ npm install instant-connection

usage

Require it and you can proceed to create new connections :D.

const instantConnection = require('instant-connection')
const connection = new instantConnection()

connections will default to the &test room. Once you've created a connection you can send data over it with the send() method.

tests

$ npm test

license

MIT © Kalium

About

🎫 connection to instant.leet.nu

License:MIT License


Languages

Language:JavaScript 100.0%