Skip to content

baroquebobcat/shatner

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Shatner

Shatner is a super awesome double alpha version clone of Sinatra in Mirah.

It only supports get right now and you can only give it exact routes.

Also, your blocks have to return strings.

With those caveats, behold

class HelloWorld < ShatnerBase
  get '/' do
    "hello, ... world."
  end
end

About

a Sinatra clone written in Mirah

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published