Skip to content

This project shows creating lightweight REST API project with Javalin.io and implemented with Kotlin.

Notifications You must be signed in to change notification settings

saopayne/Javalin-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javalin-Blog

This project shows creating lightweight REST API project with Javalin.io and implemented with Kotlin.

A Lightweight REST API library

Javalin is a true micro Java REST API library and has no required external dependencies other than the embedded web-server. It has an optional dependency for Jackson, in order to provide out-of-the-box object mapping support (response.json(object)). To use this feature you need to have Jackson included as a dependency.

Find out more at https://javalin.io

About

This project shows creating lightweight REST API project with Javalin.io and implemented with Kotlin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages