-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
help #38
Comments
Hi @franck38170 , Other than that you will make sure that you have the Java JDK bin directory is on your PATH and follow these instructions to install vertx on you PATH http://vertx.io/vertx2/install.html . Go to the server folder and run the server with this command: |
hello, User 1: geolocation of user 2 appears at the same time as the other (so I have 2 blue points) So user 2 never see User 1 except if User 1 send a message to User 2 then the blue point appears. Do you have an idea for all geolocations appear? |
Hi @franck38170 , This is actually by design. If you want to fix that, you can change the UI code to send an empty message every minute or so if no other message was sent by the user; And if you will write me a pull request with this change I can merge it to the main branch 😄 |
Hi,
I'm trying to recreate it with no success.
I did like you with mysite.github.io/map where I upload the static file using git.
And I'm using OpenShift cloud to host the server :
so I have Vert.x 2.1 on it and now what I have to do ? upload ChatVerticle.java and run it?
I tried on Putty command to run the server : java ChatVerticle.java but it's not working
or do I have to edit vertx.env to add ChatVerticle.java?
Just need some clue
Thanks for you help
PS ; sorry for my bad english
The text was updated successfully, but these errors were encountered: