Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Codcore/Amethyst
Browse files Browse the repository at this point in the history
  • Loading branch information
Codcore committed Jul 1, 2015
2 parents eacd9ea + 2e67a6a commit 46cbd60
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#![Amethyst-logo](http://s019.radikal.ru/i635/1506/28/bac4764b9e03.png)
[![Build Status](https://travis-ci.org/Codcore/Amethyst.svg)](https://travis-ci.org/Codcore/Amethyst) [![Join the chat at https://gitter.im/Codcore/Amethyst](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Codcore/Amethyst?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Amethyst is a web framework written in [Crystal](https://github.com/manastech/crystal) language. The goals of Amethyst are to be extremely fast and provide agility in application development as Rails do. Why I called my web framework "Amethyst"? Because Crystal has a light purple color at GitHub like [amethyst gemstone](http://en.wikipedia.org/wiki/Amethyst).
Amethyst is a web framework written in [Crystal](https://github.com/manastech/crystal) language. The goals of Amethyst are to be extremely fast and provide agility in application development as Rails do. Why I called it "Amethyst"? Because Crystal has a light purple color at GitHub like [amethyst gemstone](http://en.wikipedia.org/wiki/Amethyst).

Latest version - [0.1.3](https://github.com/Codcore/Amethyst/releases/tag/v0.1.3)
Latest version - [0.1.7](https://github.com/Codcore/Amethyst/releases/tag/v0.1.7)
Note that Amethyst is at it early stages, so it lacks for whole bunch of things. But you can give a hand with contributing.

[Amethyst examples](https://github.com/Codcore/amethyst-examples)

Expand All @@ -21,7 +22,8 @@ For detailed information, see docs on our [wiki](https://github.com/Codcore/Amet

For now, next things are implemented:
* class-based controllers with method-based actions
* views for actions (*.ecr) (with some magic behind the scene done for you)
* views for actions (*.ecr)
* filters for action
* middleware support
* simple REST routing
* default routes for controller
Expand All @@ -30,6 +32,7 @@ For now, next things are implemented:
* static files serving
* http logger and timer for developers
* simple environments support
* simple session support

## Example
Here is classic 'Hello World' in Amethyst
Expand Down

0 comments on commit 46cbd60

Please sign in to comment.