shot
Version, currently 0.11 version
- 0.1latestOct 6, 2018
github.com/SeedyROM/shot
A simple microservice web framework.
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
shot:
github: SeedyROM/shot
version: ~> 0.1Then run:
shards installshard.yml
- Crystal
0.24.2- License
- MIT
- Author
- Zack Kollar
Dependencies
This version declares no dependencies.
README
💉 shot
Shot is a microframework designed for fast web development, inspired by Flask and Kemal.
Installation
Add this to your application's shard.yml:
dependencies:
shot:
github: SeedyROM/shot
Usage
require "shot"
That's it!
Example
require "shot"
get "/" do |ctx|
ctx.response.puts("Hello world!")
end
Shot.start # Default to listening on localhost:5000!
Contributing
- Fork it ( https://github.com/SeedyROM/shot/fork )
- Create your feature branch (git checkout -b feature/my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/my-new-feature)
- Create a new Pull Request
Contributors
- SeedyROM Zack Kollar - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1- Tagged
- Oct 6, 2018
- Commit
cbf5504fec30- Crystal
0.24.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/SeedyROM/shot
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 16, 2026
- Synced
- Aug 16, 2026
- Versions
- 1