F
F
furyon2016-03-11 02:21:53
Java
furyon, 2016-03-11 02:21:53

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

2 answer(s)
D
Dumitru Preguza, 2018-08-14
@furyon

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 )

E
Eugene, 2016-03-11
@zolt85

Start by learning how to create web applications in Java.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question