Sha256: bef5c1e1cd0d5f1b9f8cb3cc1518c7241decbb5da9c5cad5d322d739e5615a25
Contents?: true
Size: 924 Bytes
Versions: 2
Compression:
Stored size: 924 Bytes
Contents
Tynn [![Build Status](https://travis-ci.org/frodsan/tynn.svg)](https://travis-ci.org/frodsan/tynn) ==== A thin library for web development. Description ----------- Tynn is a thin abstraction on top of [Syro][syro], a very simple and fast router for web applications. Usage ----- Here's a minimal application: ```ruby # config.ru require "tynn" Tynn.define do root do res.write("Hello World!") end end run(Tynn) ``` Check [Getting Started][start] for more information. Documentation ------------- See our website: <http://tynn.xyz/>. Contributing ------------ Please see the [CONTRIBUTING][contributing] file for more information. License ------- Tynn is released under the [MIT License][mit]. [contributing]: https://github.com/frodsan/tynn/blob/master/CONTRIBUTING.md [mit]: http://www.opensource.org/licenses/MIT [start]: http://tynn.xyz/getting-started.html [syro]: http://soveran.github.io/syro/
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tynn-1.4.0 | README.md |
tynn-1.3.0 | README.md |