{"id":13395809,"url":"https://github.com/rikulo/stream","last_synced_at":"2025-05-16T03:04:32.683Z","repository":{"id":6136029,"uuid":"7364536","full_name":"rikulo/stream","owner":"rikulo","description":"Lightweight Dart web server. Features: request routing, filtering, template engine, WebSocket, MVC design pattern, and file-based static resources.","archived":false,"fork":false,"pushed_at":"2025-04-18T09:13:11.000Z","size":1368,"stargazers_count":233,"open_issues_count":1,"forks_count":20,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-18T22:48:28.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quire.io","language":"Dart","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/rikulo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-12-29T08:37:06.000Z","updated_at":"2025-04-18T09:13:14.000Z","dependencies_parsed_at":"2023-12-07T12:23:55.741Z","dependency_job_id":"6c55e784-a270-4da2-aae4-de7969718f45","html_url":"https://github.com/rikulo/stream","commit_stats":{"total_commits":444,"total_committers":8,"mean_commits":55.5,"dds":0.3198198198198198,"last_synced_commit":"2adc6a5409d13e4d7eab44f5496532a12677a9f3"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rikulo","download_url":"https://codeload.github.com/rikulo/stream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"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-07-30T18:00:32.643Z","updated_at":"2025-05-16T03:04:27.658Z","avatar_url":"https://github.com/rikulo.png","language":"Dart","readme":"# Stream\n\n[Stream](https://github.com/rikulo/stream) is a Dart web server supporting request routing, filtering, template engine, WebSocket, MVC design pattern and file-based static resources.\n\n* [Home](https://github.com/rikulo/stream)\n* [API Reference](https://pub.dev/documentation/stream/latest/)\n* [Discussion](https://stackoverflow.com/questions/tagged/rikulo)\n* [Git Repository](https://github.com/rikulo/stream)\n* [Issues](https://github.com/rikulo/stream/issues)\n\n## Installation\n\nAdd this to your `pubspec.yaml` (or create it):\n\n    dependencies:\n      stream:\n\n\n## Usage\n\n* Introduction\n* Getting Started with Hello World\n\n### Compile RSP (Rikulo Stream Page) to dart files\n\nThere are two ways to compile RSP files into dart files: automatic building with Dart Editor or manual compiling.\n\n\u003e RSP is a template technology allowing developers to create dynamically generated web pages based on HTML, XML or other document types (such as [this](https://github.com/rikulo/stream/blob/master/example/hello-mvc/webapp/listView.rsp.html) and [this](https://github.com/rikulo/stream/blob/master/test/features/webapp/includerView.rsp.html)).\n\n### Build with Dart Editor\n\nTo compile your RSP files automatically, you just need to add a build.dart file in the root directory of your project, with the following content:\n\n    import 'package:stream/rspc.dart';\n    void main(List\u003cString\u003e arguments) {\n      build(arguments);\n    }\n\nWith this build.dart script, whenever your RSP is modified, it will be re-compiled.\n\n### Compile Manually\n\nTo compile a RSP file manually, run `rspc` (RSP compiler) to compile it into the dart file with [command line interface](https://en.wikipedia.org/wiki/Command-line_interface) as follows:\n\n    dart -c lib/rspc.dart -n dir1 dir2 file1 fire2...\n\nA dart file is generated for each RSP file you gave. Fore more options, please run:\n\n    dart -c lib/rspc.dart -h\n\n## Notes to Contributors\n\n### Fork Stream\n\nIf you'd like to contribute back to the core, you can [fork this repository](https://help.github.com/articles/fork-a-repo) and send us a pull request, when it is ready.\n\nPlease be aware that one of Stream's design goals is to keep the sphere of API as neat and consistency as possible. Strong enhancement always demands greater consensus.\n\nIf you are new to Git or GitHub, please read [this guide](https://help.github.com/) first.\n\n## Who Uses\n\n* [Quire](https://quire.io) - a simple, collaborative, multi-level task management tool.\n* [Keikai](https://keikai.io) - a sophisticated spreadsheet for big data\n* [Ottava](https://ottava.io) - a no-code SaaS platform simplifying data management, chart creation, and data analysis.\n","funding_links":[],"categories":["Server Frameworks","服务端框架","Libraries"],"sub_categories":["Server Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikulo%2Fstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frikulo%2Fstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikulo%2Fstream/lists"}