xitrum-framework / xitrum

Async and clustered Scala web framework and HTTP(S) server
http://xitrum-framework.github.io/
MIT License
446 stars 52 forks source link

can give me a demo #673

Closed happyer closed 5 years ago

happyer commented 5 years ago

1:can't understand Router router = new Router() .GET("/", "Index page") index page what is ? 2:give me demo how to use process http quest and parse param and return response

ngocdaothanh commented 5 years ago

There are several demo projects here: https://github.com/xitrum-framework

For example:

For more detailed instructions, see the Guide Book: https://xitrum-framework.github.io/guide.html

happyer commented 5 years ago

so complex i wan't simple light httpserver use it

caiiiycuk commented 5 years ago

It is not true. I developed a lot with scala for web, and my opinion that xitrum one of the easiest and clean frameworks for scala.

happyer commented 5 years ago

but this built tool is sbt, i'm java with maven

ngocdaothanh commented 5 years ago

This framework is for Scala, you must know Scala and SBT to use it.

If you want Java, you can try WebFlux.