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
Hi @JavaGarcia
I can't get the magic to work. I would greatly appreciate your assistance to setup Kronu.
I have an AWS EC2 instance IP 52.15.156.192 that I have installed node.js and serving Kronu Server as follows:-
node kserver.js 52.15.156.192 3000 # listening [0.0.0.0:3000]
I have a localhost server publishing a web app at:- localhost:9292
localhost:9292
I have configured a Kronu Client as follows:-
node kronu.js 52.15.156.192 3000 127.0.0.1 9292 # listening as [email protected]:59637 [< reg] Register
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @JavaGarcia
I can't get the magic to work. I would greatly appreciate your assistance to setup Kronu.
I have an AWS EC2 instance IP 52.15.156.192 that I have installed node.js and serving Kronu Server as follows:-
I have a localhost server publishing a web app at:-
localhost:9292
I have configured a Kronu Client as follows:-
The text was updated successfully, but these errors were encountered: