{"id":7987909,"url":"https://github.com/pine-vm/pine","last_synced_at":"2025-04-04T06:08:16.052Z","repository":{"id":40048692,"uuid":"212054478","full_name":"pine-vm/pine","owner":"pine-vm","description":"Cross-platform runtime environment for the Elm programming language.","archived":false,"fork":false,"pushed_at":"2024-10-28T21:05:05.000Z","size":8191,"stargazers_count":219,"open_issues_count":7,"forks_count":18,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-10-29T14:18:37.455Z","etag":null,"topics":["backend","database","dbms","declarative-programming","elm","event-sourcing","full-stack","functional-programming","runtime","virtual-machine"],"latest_commit_sha":null,"homepage":"https://pine-vm.org","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pine-vm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["viir"]}},"created_at":"2019-10-01T09:09:01.000Z","updated_at":"2024-10-28T21:04:36.000Z","dependencies_parsed_at":"2023-09-22T00:50:28.772Z","dependency_job_id":"a284f586-d66c-42de-b057-d4addb3c5720","html_url":"https://github.com/pine-vm/pine","commit_stats":{"total_commits":1827,"total_committers":5,"mean_commits":365.4,"dds":0.07553366174055831,"last_synced_commit":"d736d35131bbb5b16f146f7f2ab421d46c518c73"},"previous_names":["elm-fullstack/elm-fullstack","elm-time/elm-time"],"tags_count":160,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine-vm%2Fpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine-vm%2Fpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine-vm%2Fpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine-vm%2Fpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pine-vm","download_url":"https://codeload.github.com/pine-vm/pine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246644032,"owners_count":20810686,"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":["backend","database","dbms","declarative-programming","elm","event-sourcing","full-stack","functional-programming","runtime","virtual-machine"],"created_at":"2024-04-14T23:03:36.302Z","updated_at":"2025-04-04T06:08:16.032Z","avatar_url":"https://github.com/pine-vm.png","language":"Elm","readme":"# Pine\n\nPine is a free, open-source, cross-platform Elm runtime environment that lets developers create servers, web apps, and command line tools.\n\n+ Pine supports building and running Elm programs natively on .NET without JavaScript.\n+ The Elm compilation interfaces support the customization of code generation at build time.\n+ Pine comes bundled with an integrated web server and database management system, simplifying the development and operation of web services.\n\n## Web Services\n\n+ Pine integrates web server and database management system, automating the persistence and maintenance of application state and database migrations.\n+ Run reports or custom updates as Elm functions on your database via the admin interface.\n\n## Getting Started\n\nDownload the pre-built Pine binary for your platform at \u003chttps://pine-vm.org/download\u003e, or on the [releases page](https://github.com/pine-vm/pine/releases) on GitHub.\n\nThe `pine` executable file integrates all functionality to build apps and operate web services.\n\nThe command below runs a server and deploys a full-stack web app:\n\n```txt\npine  run-server  --public-urls=\"http://*:5000\"  --deploy=https://github.com/pine-vm/pine/tree/8dbd5c91853fbcef3b645d95bccc01a886ccd7e2/implement/example-apps/docker-image-default-app\n```\n\n\n## Docker Image\n\nTo deploy in a docker container, use the `pine-vm/pine` image from the [GitHub Container registry](https://github.com/pine-vm/pine/pkgs/container/pine) (`ghcr.io/pine-vm/pine`). The tags are aligned with the version IDs in the CLI executable file.\n\n```txt\ndocker  run  -p 5000:80  -p 4000:4000  --env \"APPSETTING_adminPassword=test\"  ghcr.io/pine-vm/pine\n```\n\n\n## 📚 Guides\n\nA selection of guides on popular topics:\n\n+ Building full-stack web apps: [./guide/how-to-build-a-full-stack-web-app-in-elm.md](./guide/how-to-build-a-full-stack-web-app-in-elm.md)\n\n+ Building a backend or web service: [./guide/how-to-build-a-backend-app-in-elm.md](./guide/how-to-build-a-backend-app-in-elm.md)\n\n+ Using Elm compilation interfaces: [./guide/how-to-use-elm-compilation-interfaces.md](./guide/how-to-use-elm-compilation-interfaces.md)\n\nFor an overview of all guides and documentation, see the [`guide` directory](./guide/).\n\n## 🎥 Videos\n\n+ Manually Applying Elm Functions On An Online Database Using Pine: \u003chttps://youtu.be/9mFjdf_ABNM\u003e\n\n## Example Apps\n\n### Rich Chat Room\n\nThe [rich chat room example app](https://github.com/pine-vm/pine/tree/main/implement/example-apps/rich-chat-room) demonstrates features typically found in a chat app, such as user names, message rate-limiting, sound effects, etc.\nFor a detailed description of this app, see the readme file at \u003chttps://github.com/pine-vm/pine/blob/main/implement/example-apps/rich-chat-room/README.md\u003e\n\n### Elm Editor\n\n[Elm Editor](https://github.com/pine-vm/pine/tree/main/implement/example-apps/elm-editor) is a web app for developing Elm programs.\n\nAs an integrated development environment, it assists us in reading, writing, and testing Elm programs and in collaborating with other developers.\n\n\u003ca href=\"https://github.com/pine-vm/pine/tree/main/implement/example-apps/elm-editor/README.md\"\u003e\n\u003cimg src=\"./guide/image/2021-03-17-elm-editor-user-interface.png\" width=\"500\" /\u003e\n\u003c/a\u003e\n\nTo see Elm Editor in action, check out the public instance at https://elm-editor.com\n\nTo learn more about Elm Editor, see \u003chttps://github.com/pine-vm/pine/tree/main/implement/example-apps/elm-editor/README.md\u003e\n\n### More Examples\n\nFor more example apps, see the [`example-apps` directory](./implement/example-apps/)\n","funding_links":["https://github.com/sponsors/viir"],"categories":["Elm","C#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine-vm%2Fpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpine-vm%2Fpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine-vm%2Fpine/lists"}