Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ktor Tutorial for Flask and Djnago Users #2

Open
gamesbrainiac opened this issue Jan 14, 2021 · 1 comment
Open

Ktor Tutorial for Flask and Djnago Users #2

gamesbrainiac opened this issue Jan 14, 2021 · 1 comment

Comments

@gamesbrainiac
Copy link
Collaborator

Objectives

  • Making Ktor something that seems easy to grasp
  • Showing the similarities, in a way that is translated from one vernacular to another
  • Showing differences
  • Using idiomatic Kotlin

Outline

  • Introduction to Ktor (and what frameworks it is similar to)
  • Setup (this includes IDE and gradle setup to get a hello world app running)
  • How Kotlin is different in terms of Models, Views and Controllers/Templates
  • Connecting to a Database
  • Building out a simple API (could be a voting app), and rendering to Index.html
  • Conclusion on similarities and differences
@gamesbrainiac gamesbrainiac changed the title Ktor Tutorial for Flask Users Ktor Tutorial for Flask and Djnago Users Feb 16, 2021
@gamesbrainiac
Copy link
Collaborator Author

I created an initial draft, with the introduction. Going to be building two apps, because some concepts are quite new to python developers. Check nafiul-python branch. Updates will trickle in slowly as I figure things out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant