jby


A micro web framework for Java 8 or higher

      import org.jooby.Jooby;

      public class App extends Jooby {

        {
          get("/", req -> "Hey Jooby!");
        }

        public static void main(final String[] args) throws Exception {
          new App().start();
        }
      }
    

version


${jooby-version}

need help?


license


Apache v2.0

author


Edgar Espina