lukehutch / serverx

A Vert.x-powered asynchronous multithreaded web server with simple annotation-based configuration of routes
MIT License
19 stars 1 forks source link

How to employ guide clarification. #1

Open runnermann opened 4 years ago

runnermann commented 4 years ago

A top level "how to get started" that extends from the "Gentle-Guide", at least to explain a working "Hello-World". Should provide an explanation on how serverX would be employed, replacing routes etc.

An example hello world build.

lukehutch commented 4 years ago

Just copy and paste the "Configuring the server" and "Starting the server" sections from the docs, and then copy and paste one of the route examples too. That's literally all you need. I don't really know how to make the docs clearer...

I agree that an example project would be helpful. Do you want to try creating one?

runnermann commented 4 years ago

Ok, That was the information that I needed. I will create an example project and post it.