{"id":20837333,"url":"https://github.com/norjs/web-client","last_synced_at":"2026-03-04T02:07:05.368Z","repository":{"id":33477325,"uuid":"158719184","full_name":"norjs/web-client","owner":"norjs","description":"The NorJS Client Web Runtime Environment","archived":false,"fork":false,"pushed_at":"2023-01-13T23:02:59.000Z","size":2102,"stargazers_count":1,"open_issues_count":42,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T09:34:14.547Z","etag":null,"topics":["angularjs","javascript","nodejs","runtime-environment"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/norjs.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":"2018-11-22T15:33:07.000Z","updated_at":"2019-12-05T20:41:47.000Z","dependencies_parsed_at":"2023-01-15T01:05:17.889Z","dependency_job_id":null,"html_url":"https://github.com/norjs/web-client","commit_stats":null,"previous_names":["norjs/norjs"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norjs%2Fweb-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norjs%2Fweb-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norjs%2Fweb-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norjs%2Fweb-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/norjs","download_url":"https://codeload.github.com/norjs/web-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243195593,"owners_count":20251844,"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":["angularjs","javascript","nodejs","runtime-environment"],"created_at":"2024-11-18T01:07:03.650Z","updated_at":"2025-10-05T08:06:10.884Z","avatar_url":"https://github.com/norjs.png","language":"JavaScript","readme":"# The NorJS Runtime Environment.\n\nThis is a MIT-licensed runtime environment for apps created with our \nnot-yet-published commercial *NorJS Development Environment*, **however** *it \nwill run any compatible AngularJS ES6 app as well*.\n\n*The NorJS RE* is still under active development and there is no official \nstable release until we release it to the first commercial customer. \n\nYou may follow the progress in [the feature issue #1](https://github.com/norjs/norjs/issues/1).\n\n### Install norjs command line interface\n\n```\nnpm install -g @norjs/web-client\n```\n\n### Install NorJS Runtime Environment\n\n```\nnorjs install\n```\n\n### Run NorJS app in a development mode\n\n```\nnorjs run ./app.json\n```\n\n### Build static files for production deployment\n\n```\nnorjs build ./app.json\n``` \n\n### Hello World app\n\nYou can extend your app logic with external ES6 enabled AngularJS modules.\n\nYour custom module `./myapp.js`:\n\n```js\nimport angular from \"angular\";\n\nlet waMainViewComponent = {\n  template: `\n\u003cmain\u003e\n  \u003ch3\u003eMain page\u003c/h3\u003e\n\n  \u003cp\u003eHello World\u003c/p\u003e\n\u003c/main\u003e\n`,\n  controller: class WaMainViewController {\n  }\n};\n\nexport default angular.module(\n  \"myapp\"\n  , [])\n  .component('myMainView', waMainViewComponent)\n  .name;\n```\n\nConfiguration file `./app.json`:\n\n```json\n{\n  \"name\": \"Hello World\",\n  \"modules\": [\n    \"myapp\"\n  ],\n  \"states\": {\n    \"main\": {\n      \"name\": \"main\"\n    , \"options\": {\n        \"url\": \"/main\"\n      , \"component\": \"myMainView\"\n      }\n    }\n  }\n}\n```\n\nThen file `./norjs.json` (or specify `--import=myapp.js --config=./app.json`):\n\n```json\n{\n  \"import\": \"./myapp.js\",\n  \"config\": \"./app.json\"\n}\n```\n\nThen run it:\n\n```\nnorjs run\n```\n\nOr build it:\n\n```\nnorjs build\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorjs%2Fweb-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorjs%2Fweb-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorjs%2Fweb-client/lists"}