make connections to euphoria.io :D.
simply download it from npm.
$ yarn add euphoria-connection
Require it and you can proceed to create new connections :D.
const euphoriaConnection = require('euphoria-connection')
const connection = new euphoriaConnection()
connections will default to the &test room. Once you've created a connection you can send data over it with the send() method.
$ yarn test
MIT © Kalium