Coder Social home page Coder Social logo

mrguamos / jooby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jooby-project/jooby

0.0 0.0 0.0 36.63 MB

The modular web framework for Java and Kotlin

Home Page: https://jooby.io

License: Apache License 2.0

Shell 0.04% PHP 0.51% Java 97.20% Groovy 0.03% Kotlin 1.61% HTML 0.20% Handlebars 0.40% FreeMarker 0.01% Dockerfile 0.01%

jooby's Introduction

Maven Central Javadoc Github slack Become a Patreon Donate

โˆž do more, more easily

Jooby is a modern, performant and easy to use web framework for Java and Kotlin built on top of your favorite web server.

Java:

import static io.jooby.Jooby.runApp;

public class App {

  public static void main(final String[] args) {
    runApp(args, app -> {
      app.get("/", ctx -> "Welcome to Jooby!");
    });
  }
}

Kotlin:

import io.jooby.runApp

fun main(args: Array<String>) {
  runApp(args) {
    get ("/") {
      "Welcome to Jooby!"
    }
  }
}

documentation

Documentation is available at https://jooby.io

help

Slack

donate & support

1.x version

Documentation for 1.x is available at https://jooby.io/v1

Source code for 1.x is available at the 1.x branch

author

Edgar Espina

license

Apache License 2

jooby's People

Contributors

agentgt avatar ajcamilo avatar alladywek avatar angryziber avatar apaulau avatar cmitchell avatar dependabot-preview[bot] avatar dependabot[bot] avatar extbe avatar feffi avatar franklx avatar froque avatar imeszaros avatar jerouris avatar jknack avatar jschneider avatar jstumpp avatar kevin70 avatar kliushnichenko avatar krisztiankocsis avatar leleuj avatar marcelstoer avatar mdesharnais avatar mrrawbin avatar nikos avatar paul-hammant avatar pierredavidbelanger avatar sentryman avatar tpoll avatar yholkamp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.