Answer the question
In order to leave comments, you need to log in
How to start using Kotlin for the WEB?
Hello!
Recently I got acquainted with Kotlin in absentia (I read a couple of articles, looked at the documentation), I liked it wildly and I wanted to start using it for the WEB.
But since I am from the world of PHP, and I am only familiar with Java from Android development experience, I was asked where to start, started googling, reading ...
A ton of new information fell upon me and it was not clear where to dig. I want to find the simplest and most understandable way for development and deployment.
Decided to ask the community for advice. What plan should I follow, what should I do?
Thank you!
PS:
Played around with Kotlin syntax on android;
I develop on Windows, production on Ubuntu, I use Docker;
Get used to development environments from JetBrains.
Answer the question
In order to leave comments, you need to log in
If you want to use only kotlin in your project, then try:
Exposed - a wrapper over jdbc (SQL)
The frameworks are quite simple, Ktor has very good documentation:
ktor.io
Exposed is not particularly documented yet, but there is everything you need to get started: https:/ /github.com/JetBrains/Exposed
You can deploy for free on heroku
. And if you want to write front end on kotlin, you can use a React wrapper .
Or something simpler: uested (not quite discussed, but I like it :) )
I think I roughly showed you the Kotlin stack, then yourself )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question