SwellRT / swellrt

SwellRT main project. Server, JavaScript and Java clients
http://swellrt.org/
Apache License 2.0
233 stars 34 forks source link

More intuitive message that the server is running #214

Open qfulsher opened 7 years ago

qfulsher commented 7 years ago

I recently built and ran the server with the instructions in the readme. I'm not sure if this is a bug or not but the ./gradlew run command goes until > Building 95% > :wave:run and then waits for the user to connect to localhost:9898.

The phrase > Building 95% is misleading and lead me to believe that Gradle was still building the project even though I could connect to it. I'm not sure if this is a bug and it is supposed to say something else. If it's not a bug it should definitely be changed to something that alerts the developer that the build finished and they can connect to the server.

pablojan commented 7 years ago

Hi @inondle thanks for your comment. I couldn't say if that is a bug, as long as the "run" task is part of the gradle application plugin. We are going to check whether we can avoid that message from gradle or as workaround print a clear message in the console.

atd commented 7 years ago

Other projects are clear about this: Meteor shows => App running at: http://localhost:3000/ and Rails with Puma * Listening on tcp://localhost:3000

Just to make a point on what developers are expecting