All Projects → utensils → kotlin-dropwizard

utensils / kotlin-dropwizard

Licence: MIT License
Getting Started with Dropwizard and Kotlin

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to kotlin-dropwizard

Dropwizard
A damn simple library for building production-ready RESTful web services.
Stars: ✭ 8,078 (+18686.05%)
Mutual labels:  dropwizard, web-framework
flame
Ruby web-framework
Stars: ✭ 43 (+0%)
Mutual labels:  web-framework
nova
Web framework for Erlang.
Stars: ✭ 175 (+306.98%)
Mutual labels:  web-framework
shivneri
Component based MVC web framework based on fort architecture targeting good code structures, modularity & performance.
Stars: ✭ 21 (-51.16%)
Mutual labels:  web-framework
luvit-heart
A micro web framework for Luvit
Stars: ✭ 15 (-65.12%)
Mutual labels:  web-framework
geronimo-config
Apache Geronimo Config
Stars: ✭ 15 (-65.12%)
Mutual labels:  web-framework
multi-projects-architecture-with-Ktor
A Ktor real world example built on multi-projects architecture
Stars: ✭ 29 (-32.56%)
Mutual labels:  web-framework
flaskage
Flaskage is a complete and carefully designed template for use with the Flask web framework.
Stars: ✭ 36 (-16.28%)
Mutual labels:  web-framework
Bukdu.jl
Bukdu 🌌 is a web development framework for Julia
Stars: ✭ 125 (+190.7%)
Mutual labels:  web-framework
flute
The Application Framework Built for Powerful, Secure features and add-ons
Stars: ✭ 14 (-67.44%)
Mutual labels:  web-framework
nardis
A small web framework based on ASGI
Stars: ✭ 14 (-67.44%)
Mutual labels:  web-framework
mojo.js
🦄 The Mojolicious real-time web framework for Node.js
Stars: ✭ 145 (+237.21%)
Mutual labels:  web-framework
dropwizard-orient-server
Embedded OrientDB server for dropwizard
Stars: ✭ 16 (-62.79%)
Mutual labels:  dropwizard
portals-pluto
Mirror of Apache Pluto
Stars: ✭ 24 (-44.19%)
Mutual labels:  web-framework
droptools
Addon bundle for Dropwizard to support jOOQ for database access
Stars: ✭ 78 (+81.4%)
Mutual labels:  dropwizard
dropwizard-crypto
A Crytpographic Bundle for Dropwizard
Stars: ✭ 14 (-67.44%)
Mutual labels:  dropwizard
maverick
Web API framework with a need for speed
Stars: ✭ 14 (-67.44%)
Mutual labels:  web-framework
dropwizard-mongo
A Dropwizard bundle for MongoDB
Stars: ✭ 20 (-53.49%)
Mutual labels:  dropwizard
w4py
Webware for Python
Stars: ✭ 21 (-51.16%)
Mutual labels:  web-framework
Navigation
一款基于 Workerman 的 PHP Web 开发框架。
Stars: ✭ 20 (-53.49%)
Mutual labels:  web-framework

Hello World with Dropwizard and Kotlin

The Getting Started tutorial from Dropwizard in Kotlin.

Getting Started

  1. Clone the project:

    git clone [email protected]/doomspork/kotlin-dropwizard.git

  2. Navigate to kotlin-dropwizard and package everything:

    mvn package

  3. Run the project:

    java -jar target/kotlin-dropwizard-1.0.jar server hello-world.yml

License

Please see LICENSE for licensing details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].