silver
Version, currently master branch1 version
- master branchlatestJan 12, 2026
github.com/navid-m/silver
Gods web framework
2 stars
0 dependents
License: GPL-3.0
Installation
# Add this to your shard.yml
dependencies:
silver:
github: navid-m/silver
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
- no constraint declared
- Target
example_appfrom src/ex.cr
Dependencies
This version declares no dependencies.
README
Silver
Example usage
require "silver"
app = Silver::App.new
app.html(Silver::Method::GET, "/") do |ctx|
"<h1>Hello from Silver Web Framework</h1>"
end
app.json(Silver::Method::GET, "/json") do |ctx|
%({"message": "hello world"})
end
app.run(8082)
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jan 12, 2026
- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/navid-m/silver
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1