{"id":13801167,"url":"https://github.com/dvarelap/peregrine","last_synced_at":"2025-08-19T13:33:09.459Z","repository":{"id":32279161,"uuid":"35853899","full_name":"dvarelap/peregrine","owner":"dvarelap","description":"Async lightweight Scala web framework","archived":false,"fork":false,"pushed_at":"2019-10-29T00:43:11.000Z","size":1016,"stargazers_count":14,"open_issues_count":7,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-18T16:57:16.649Z","etag":null,"topics":["async","framework","scala","web"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dvarelap.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2015-05-19T02:13:52.000Z","updated_at":"2022-09-23T08:56:03.000Z","dependencies_parsed_at":"2022-07-20T18:02:11.875Z","dependency_job_id":null,"html_url":"https://github.com/dvarelap/peregrine","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvarelap%2Fperegrine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvarelap%2Fperegrine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvarelap%2Fperegrine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvarelap%2Fperegrine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvarelap","download_url":"https://codeload.github.com/dvarelap/peregrine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230355816,"owners_count":18213540,"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":["async","framework","scala","web"],"created_at":"2024-08-04T00:01:20.214Z","updated_at":"2024-12-19T00:18:41.194Z","avatar_url":"https://github.com/dvarelap.png","language":"Scala","funding_links":[],"categories":["Table of Contents","Web Frameworks"],"sub_categories":["Web Frameworks"],"readme":"# peregrine\n\n[![Join the chat at https://gitter.im/dvarelap/peregrine](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dvarelap/peregrine?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Build Status](https://travis-ci.org/dvarelap/peregrine.svg)](https://travis-ci.org/dvarelap/peregrine)\n[![Bintray](https://img.shields.io/bintray/v/dvarelap/maven/peregrine.svg)]()\n\nMinimal app:\n```scala\nimport io.peregrine._\n\nobject WebApp extends PeregrineApp {\n  get(\"/hi\") { req =\u003e\n    \"Hello World!\"\n  }\n}\n```\n\nInstall dependency in `build.sbt` file:\n```scala\nscalaVersion := \"2.11.7\"\nresolvers += \"Twitter\" at \"http://maven.twttr.com\"\nresolvers += \"bintray\" at \"https://dl.bintray.com/dvarelap/maven\"\nlibraryDependencies += \"com.github.dvarelap\" %% \"peregrine\" % \"1.2.2\"\n```\n\nAnd run with:\n```batch\n$ sbt run\n```\n\nView at: [http://localhost:5000/hi](http://localhost:5000/hi)\n\n## Full Documentation\nSee full documentation [here](docs.md)\n\n**Note** Peregrine works only with scala version 2.11+\n\n## Licence\nCopyright 2015 Daniel Varela and other contributors.\n\nLicensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvarelap%2Fperegrine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvarelap%2Fperegrine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvarelap%2Fperegrine/lists"}