Git Product home page Git Product logo

bailador's Introduction

Build Status Build status Average time to resolve an issue Percentage of issues still open License: MIT Maintenance

NAME

Bailador

SYNOPSIS

use Bailador;

get '/' => sub {
    "Hello World";
}

baile();

DESCRIPTION

Bailador is a light-weight route-based web application framework for Perl 6. Talk to the developers at https://perl6-bailador.slack.com/

INSTALLATION

Once you have Rakudo Star installed open a terminal (or command line on Windows) and type:

$ zef update
$ zef install Bailador

This should download and install Bailador.

You can test your installation, and see what is your Bailador installed version with the following command:

$ bailador version

NB: If you are using Rakudobrew you may need to run the following command to make bailador available in your terminal:

$ rakudobrew rehash

GETTING STARTED

At the command prompt, create a new Bailador application:

$ bailador --name App-Name new

Then, change directory to App-Name and start the web server:

$ bailador watch bin/app.pl6

That's it! Using a browser, go to http://localhost:3000. Isn't it wonderful?

You can now edit the files and Bailador reloads the application while you're developing.

If you want to learn more about Bailador, please visit our documentation.

EXAMPLES

For more examples, please see the examples folder.

BAILADOR RESOURCES

You can find a list of Bailador resources (articles, posts, talks, books, ...) here.

Bailador-based applications

Related projects

https://github.com/pnu/heroku-buildpack-rakudo

CONTRIBUTION

GitHub contributors

We encourage you to contribute to Bailador! If you'd like to do that, see first the CONTRIBUTING document.

LICENSE

Bailador is released under the MIT License.

bailador's People

Contributors

altai-man avatar avuserow avatar azawawi avatar bin-doph avatar cbvi avatar chemberger avatar colomon avatar dboehmer avatar emeric54 avatar froggs avatar garu avatar hchienjo avatar jj avatar jsimonet avatar jsimonet-caldera avatar krakan avatar lancew avatar melezhik avatar mj41 avatar moritz avatar mziescha avatar peelle avatar perlpilot avatar pharv avatar scmorrison avatar szabgab avatar tbrowder avatar ufobat avatar zoffixznet avatar zostay avatar

Watchers

 avatar  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.