Skip to content

MTDdk/jawn

Repository files navigation

     ____.  _____  __      _________   
    |    | /  _  \/  \    /  \      \  
    |    |/  /_\  \   \/\/   /   |   \ 
/\__|    /    |    \        /    |    \ 
\________\____|__  /\__/\  /\____|__  /
  web framework  \/      \/         \/ http://www.javapla.net

Carry on being lazy, almost drowsy

jawn strives to be a super simple and productive framework for web development.

import net.javapla.jawn.core.Jawn;

public class App extends Jawn {
  
  {
    get("/", Results.text("Up and running!"));
    get("/json", Results.json(new Object()));
  }

  public static void main(String[] args) {
    run(args);
  }
}

Documentation

Head over to the wiki for a thorough walk-through.

If you ever want to try this framework out for yourself or in the wild, do not hesitate to give me a ping alvn@alvn.dk

Latest version

Maven Central Build Status

About

Jawn is a work-in-progress full stack web framework for Java - Harness your drowsiness

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages