{"id":47987927,"url":"https://github.com/aktos-io/aktos-dcs-node","last_synced_at":"2026-04-04T11:30:21.595Z","repository":{"id":50534069,"uuid":"93411314","full_name":"aktos-io/aktos-dcs-node","owner":"aktos-io","description":"Javascript implementation of aktos-dcs library","archived":false,"fork":false,"pushed_at":"2025-09-23T00:05:59.000Z","size":5230,"stargazers_count":2,"open_issues_count":23,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T02:29:00.066Z","etag":null,"topics":["aktos-dcs","javascript","livescript","microservice-framework","scadajs"],"latest_commit_sha":null,"homepage":"","language":"LiveScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aktos-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-06-05T14:15:38.000Z","updated_at":"2025-09-23T00:06:04.000Z","dependencies_parsed_at":"2025-09-23T02:18:42.502Z","dependency_job_id":"ba819dd4-610f-4c96-b385-98aee4acc365","html_url":"https://github.com/aktos-io/aktos-dcs-node","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/aktos-io/aktos-dcs-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aktos-io%2Faktos-dcs-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aktos-io%2Faktos-dcs-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aktos-io%2Faktos-dcs-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aktos-io%2Faktos-dcs-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aktos-io","download_url":"https://codeload.github.com/aktos-io/aktos-dcs-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aktos-io%2Faktos-dcs-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31398021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["aktos-dcs","javascript","livescript","microservice-framework","scadajs"],"created_at":"2026-04-04T11:30:20.516Z","updated_at":"2026-04-04T11:30:21.577Z","avatar_url":"https://github.com/aktos-io.png","language":"LiveScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aktos-dcs-node\n\n### Description\n\nNode.js port of [`aktos-dcs`](https://github.com/aktos-io/aktos-dcs) library (v2).\n\n# Install\n\n1. `git init app \u0026\u0026 cd app`\n2. `git submodule add https://github.com/aktos-io/aktos-dcs-node dcs`\n3. `./dcs/update.sh --all`\n\n### Testing\n\n1. Create `app/hello-world.ls`:\n\n  ```ls\n  require! './dcs': {Actor, sleep}\n\n  # create a Hello process\n  new class Hello extends Actor\n      action: -\u003e\n          \u003c~ :lo(op) ~\u003e\n              @log.log \"hello!\"\n              \u003c~ sleep 1000ms\n              lo(op)\n\n  # create a World process\n  new class World extends Actor\n      action: -\u003e\n          \u003c~ :lo(op) ~\u003e\n              @log.log \"world!\"\n              \u003c~ sleep 2000ms\n              lo(op)\n  ```\n\n2. Run:\n\n  ```log\n  $ lsc ./app/hello-world.ls\n  [01:16:56.880] 257f4bea-8f2f-4 : hello!\n  [01:16:56.884] 45e37675-6ec5-4 : world!\n  [01:16:57.886] 257f4bea-8f2f-4 : hello!\n  [01:16:58.885] 45e37675-6ec5-4 : world!\n  [01:16:58.887] 257f4bea-8f2f-4 : hello!\n  [01:16:59.888] 257f4bea-8f2f-4 : hello!\n  ```    \n\nIf you see the above output, then everything should be okay.\n\n3. For more examples, See [**dcs-nodejs-examples**](https://github.com/aktos-io/dcs-nodejs-examples).\n\n\n# Additional Features\n\n`aktos-dcs-node` provides following transport and connectors:\n\n### [Transports](./transports/README.md)\n\n* Serial Port Transport\n\n### [Connectors](./connectors/README.md)\n\n* CouchDB\n* SocketIO (Server + Client)\n* TCP (Server + Client)\n* Omron\n  * Hostlink\n  * FINS\n* Siemens\n  * S7 Comm\n* Raspberry\n  * Digital Input\n  * Digital Output\n\n# Contact\n\ninfo@aktos.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faktos-io%2Faktos-dcs-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faktos-io%2Faktos-dcs-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faktos-io%2Faktos-dcs-node/lists"}