{"id":35247941,"url":"https://github.com/floscodes/rapid","last_synced_at":"2026-05-21T10:32:11.095Z","repository":{"id":48420162,"uuid":"376582111","full_name":"floscodes/rapid","owner":"floscodes","description":"A small framework for building webapps in Go inspired by Python Django.","archived":false,"fork":false,"pushed_at":"2024-07-19T12:21:23.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T12:31:28.685Z","etag":null,"topics":["backend-development","backend-webdevelopment","development","go","golang","web"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/floscodes.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":"2021-06-13T15:50:35.000Z","updated_at":"2024-07-19T12:21:26.000Z","dependencies_parsed_at":"2023-01-18T17:20:30.360Z","dependency_job_id":null,"html_url":"https://github.com/floscodes/rapid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/floscodes/rapid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floscodes%2Frapid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floscodes%2Frapid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floscodes%2Frapid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floscodes%2Frapid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floscodes","download_url":"https://codeload.github.com/floscodes/rapid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floscodes%2Frapid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33297518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["backend-development","backend-webdevelopment","development","go","golang","web"],"created_at":"2025-12-30T06:07:03.166Z","updated_at":"2026-05-21T10:32:11.090Z","avatar_url":"https://github.com/floscodes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang-rapid\n\n\n\n\nGolang-rapid accelerates the process of building a small web service im Golang.\n(it is inspired by the Python-Framework Django)\n\n\n***Before use make sure that Go is installed on your computer***\n\n\n\n\n\n### Build from source:\n\n1.) Download the Code as a ZIP-File. Unpack it, and open the folder in the command line. Then type\n\n```\ngo build\n```\n\n2.) Move the compiled binary to your default bin-folder so that you can use it just by typing ```rapid``` in the shell.\n\n\n### Creating a new app:\n\nFor creating a new app use the following command:\n\n```\nrapid new YOUR_APP_NAME\n```\n\nGolang-rapid will create a new project-folder with your app’s source files:\n\n* router.go   -   here you can set your http-paths and link them to a function that handles the request\n* handlers.go -   here you can define the functions that handle the requests\n* main.go     -   this file contains the main-function where the server is being started and where you can set the port your app will listen to\n\n\n### Building the app:\n\nTo compile your webapp use the following command:\n\n```\nrapid make\n```\n\nGolang-rapidapp will create a new subfolder that contains the compiled executable and all the other files and subfolders of your project-folder except the .go-files.\n\n\n### Cross-compiling:\n\n\nIf you want to cross-compile your app first use ```go build``` to set your preferred environment variables, e.g.\n```\nenv GOOS=linux GOARCH=arm go build\n```\n\nAn executable will be putted in your project-folder.\nThen use \n```\nrapid make\n```\n\nGolang-rapid will find your cross-compiled binary automatically and copy it to the new app folder without overwriting the existing cross-compiled executable.\n\n\n\n### Info:\nGolang-rapid uses the following repo to manage the routing of requests: [github.com/bouk/httprouter](https://github.com/bouk/httprouter/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloscodes%2Frapid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloscodes%2Frapid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloscodes%2Frapid/lists"}