Skip to content

[wip] Concept of Sinatra-like simple Web App Framework in P6 🦋🐯

License

Notifications You must be signed in to change notification settings

astj/p6-Sixatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

NAME

Sixatra - Sinatra-like simple Web Application Framework

SYNOPSIS

unit module MyApp;
use Sixatra;

get '/', -> $c {
    200, [], ['hello'];
};

And run MyApp with crustup as follows:

crustup -e 'use Sixatra; sixatra-app("MyApp");'

DESCRIPTION

Sixatra is ...

AUTHOR

Asato Wakisaka asato.wakisaka@gmail.com

COPYRIGHT AND LICENSE

Copyright 2017 Asato Wakisaka

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

About

[wip] Concept of Sinatra-like simple Web App Framework in P6 🦋🐯

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages