UNPKG

cloudlink.js

Version:

Easily host and connect to cloudlink 4 servers

9 lines (7 loc) 218 B
const Client = require('./lib/client.js') class ServerError{ constructor(){ throw new Error('Cloudlink servers cannot be hosted on a web browser!') } } module.exports = { Server: ServerError, Client }