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

Add Kotlin web examples (500USD Bounty) #3609

Closed
lihaoyi opened this issue Sep 26, 2024 · 1 comment
Closed

Add Kotlin web examples (500USD Bounty) #3609

lihaoyi opened this issue Sep 26, 2024 · 1 comment

Comments

@lihaoyi
Copy link
Member

lihaoyi commented Sep 26, 2024


From the maintainer Li Haoyi: I'm putting a 500USD bounty on this issue, payable by bank transfer on a merged PR implementing this.


The goal of this ticket is to add example/kotlinlib/web example tests for using Kotlin for web development, mirroring the example/javalib/web and example/scalalib/web folders. Each language has different things worth documenting for web development, so it's not a direct 1:1 comparison, but example/kotlinlib/web should have the following:

  1. 1-hello-ktor, a hello-world example using Kotlin and KTor to set up a web server serving a single "<h1>Hello, World!</h1>" web page, in the spirit of example/javalib/web/2-hello-spring-boot
  2. 2-todo-ktor, an implementation of the common TodoMVC demo application, in the spirit of example/javalib/web/3-todo-spring-boot

Like the existing tests in example/javalib/web and example/scalalib/web, the ktor examples should be exercised via the example test commands going through unit tests, integration tests, and "manual" tests using runBackground and curl

@lihaoyi
Copy link
Member Author

lihaoyi commented Sep 26, 2024

Closing in favor of #3611

@lihaoyi lihaoyi closed this as completed Sep 26, 2024
@lefou lefou closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2024
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

2 participants