We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It'd be nice if there was an API exported from the javascript version.
I'd like to just do something like this to start the server in my own application:
var websockify = require('websockify'); websockify.start({ destinationPort: 4567, sourcePort: 1234 });
In es5 notation, you can just do something like:
module.exports = someObjectToExpose
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It'd be nice if there was an API exported from the javascript version.
I'd like to just do something like this to start the server in my own application:
In es5 notation, you can just do something like:
module.exports = someObjectToExpose
The text was updated successfully, but these errors were encountered: