https://github.com/mark24code/rosefinch
sinatra like framework
https://github.com/mark24code/rosefinch
Last synced: 11 months ago
JSON representation
sinatra like framework
- Host: GitHub
- URL: https://github.com/mark24code/rosefinch
- Owner: Mark24Code
- License: mit
- Created: 2020-07-13T13:44:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T16:54:49.000Z (over 5 years ago)
- Last Synced: 2025-02-24T20:05:01.909Z (11 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rosefinch
sinatra like framework
## Intro
```ruby
require "rosefinch"
get "/" do
"Hello World!"
end
RoseFinch::RunServer port:4567
```
supprt `:get,:post, :patch, :put, :delete, :head`