Skip to content

marceloboeira/satriani

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Satriani

🎸 Satriani Build Status

Web microframework for Crystal

Installation

Add this to your application's shard.yml:

dependencies:
  satriani:
    github: marceloboeira/satriani

Example

In the future it will be easier to create your app with a proper DSL, for now:

require "../src/satriani"

routes = [
  Satriani::Route.new("/hello-world") do |request|
    "hello-world"
  end
]

Satriani::Application.new(routes).start

Contributing

Want to contribute? check this first.

About

🎸 A micro-framework for creating REST-like APIs in Crystal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published