https://github.com/dperrymorrow/racker
small rack based ruby app framework
https://github.com/dperrymorrow/racker
Last synced: 11 months ago
JSON representation
small rack based ruby app framework
- Host: GitHub
- URL: https://github.com/dperrymorrow/racker
- Owner: dperrymorrow
- Created: 2012-12-28T18:37:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-03T23:23:11.000Z (over 13 years ago)
- Last Synced: 2025-03-15T11:12:41.314Z (about 1 year ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Rack App
## to start server in non development mode
````bash
rackup config.ru
````
small rack based ruby app framework