Hi everyone,
I’m newbee or Kolin languague. I want learn Kotlin via create a project. Now I want create a project use Kotlin web server (may be use ktor framework). I want use this with react kotlin GitHub - JetBrains/create-react-kotlin-app: Create React apps using Kotlin with no build configuration to build my front end. How can i oganize my project to build that ?
Many thanks
Routing in ktor feels a bit toyish:
- Untyped routes retrieve parameters PHP style.
- Typed locations put the parameters and URL in the location class, while the method and handler go in the route.
jax-rs and spring are much more mature.