{"id":20058619,"url":"https://github.com/tlewin/helmet","last_synced_at":"2025-05-05T14:31:28.665Z","repository":{"id":4664949,"uuid":"5810969","full_name":"tlewin/helmet","owner":"tlewin","description":"Simple Ruby non-blocking web framework for Goliath web server.","archived":false,"fork":false,"pushed_at":"2013-10-14T17:07:58.000Z","size":239,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T17:17:45.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tlewin.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-14T15:17:23.000Z","updated_at":"2013-10-26T09:32:48.000Z","dependencies_parsed_at":"2022-08-25T20:41:12.799Z","dependency_job_id":null,"html_url":"https://github.com/tlewin/helmet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlewin%2Fhelmet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlewin%2Fhelmet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlewin%2Fhelmet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlewin%2Fhelmet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlewin","download_url":"https://codeload.github.com/tlewin/helmet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252514975,"owners_count":21760479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T13:02:27.290Z","updated_at":"2025-05-05T14:31:28.437Z","avatar_url":"https://github.com/tlewin.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helmet\n \nHelmet is a non-blocking (asynchronous) web framework built on top of [Goliath Web Server](https://github.com/postrank-labs/goliath/).\n\nThe Helmet semantics is inspired on [Sinatra framework](http://www.sinatrarb.com/) and brings to Goliath some nice features:\n\n- HTTP Route processing, using the kick-ass [http_router gem](https://github.com/joshbuddy/http_router).\n- Simplified template support, using the [tilt gem](https://github.com/rtomayko/tilt).\n- Helpers support.\n\n## Example\n\nCreate hello.rb:\n\n```ruby\nrequire 'helmet'\n\nclass Hello \u003c Helmet::API\n  \n  helpers do\n\n    def say_hello name\n      \"Hello #{name}!!!\"\n    end\n\n  end\n\n  get '/:name' do\n    say_hello params[:name]\n  end\n\nend\n```\n\nRun it from command line:\n    \n    ruby hello.rb\n\nFor more information, see `/examples` directory.\n\n## Instalation\n\nInstall from rubygem repository:\n\n    gem install helmet\n\nInstall from source:\n\n    rake gem \n\n## License\n\nHelmet is released under MIT license. Please, take a look at LICENSE file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlewin%2Fhelmet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlewin%2Fhelmet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlewin%2Fhelmet/lists"}