Kotlin with Ktor 01 - Building Gradle Project and Adding in Ktor Server with Netty Engine

preview_player
Показать описание
In this video I am going over setting up a default Gradle project using the CLI tool and going over the options to choose for a Kotlin project. After we setup the project, I will demonstrate how to run the project, update the output message and rerun it in the terminal.

Next, we will install the Ktor Server dependency and the Netty engine to create a simple web server with a single route, outputting Hello, World to the browser.

Note: If you haven't installed Gradle yet or the JDK, please follow the link below to see how I do that.

Links:

Рекомендации по теме
Комментарии
Автор

THANKS GOD!

First one who doesn't care to intellij.
A hate when IDE code for me.

victorbarros
Автор

Too small font. I can not see anything. Can you do it (much) bigger?

svetopolk
Автор

Great video! Clean, concise, and to the point. :) Thank you very much.

vinny
Автор

It is exactly what I need. I wanted to run Kotlin with Vscode + Remote container (docker) but every Kotlin tutorial says "Do with Intellij IDEA and it just works." It's awesome.

aninteger
Автор

Great tutorial 👍My favourite tutorials is when you setting up from the bare minimum, like from empty project 👍👍

aleksandrkravtsov
Автор

Nice series! It's challenging to learn a complete different ecosystem (Im switch from C#/.net Core /VisualStudio to Kotlin / IntelliJ)

BreakerGandalfStyle
Автор

Awesome video series! What extensions are you using for VScode to help with Kotlin development?

TheDegreesProject