{"id":24327606,"url":"https://github.com/nelson-lang/nelson-cloud","last_synced_at":"2026-03-09T17:12:31.340Z","repository":{"id":33503932,"uuid":"135850342","full_name":"nelson-lang/nelson-cloud","owner":"nelson-lang","description":"☁️ nelson on the cloud","archived":false,"fork":false,"pushed_at":"2024-12-14T20:31:48.000Z","size":912,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-29T19:32:35.560Z","etag":null,"topics":["cloud","cloud-computing","data-structures","interpreter","javascript-library","matlab","matrix-functions","nelson","nelson-cloud","scientific-computing","socketio"],"latest_commit_sha":null,"homepage":"https://nelson-lang.github.io/nelson-website/CLOUD.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nelson-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING.md","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2018-06-02T20:32:42.000Z","updated_at":"2025-08-25T16:42:32.000Z","dependencies_parsed_at":"2023-01-15T01:12:00.499Z","dependency_job_id":"e62430b0-785a-4c1b-9c3c-b1d06b85f7ca","html_url":"https://github.com/nelson-lang/nelson-cloud","commit_stats":{"total_commits":65,"total_committers":3,"mean_commits":"21.666666666666668","dds":"0.36923076923076925","last_synced_commit":"811f6710b2e461716b7a0951df633f8dac6d03fc"},"previous_names":["nelson-lang/nelson-cloud","nelson-numerical-software/nelson-cloud"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/nelson-lang/nelson-cloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelson-lang%2Fnelson-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelson-lang%2Fnelson-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelson-lang%2Fnelson-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelson-lang%2Fnelson-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nelson-lang","download_url":"https://codeload.github.com/nelson-lang/nelson-cloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelson-lang%2Fnelson-cloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274101618,"owners_count":25222446,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cloud","cloud-computing","data-structures","interpreter","javascript-library","matlab","matrix-functions","nelson","nelson-cloud","scientific-computing","socketio"],"created_at":"2025-01-17T22:14:02.560Z","updated_at":"2026-03-09T17:12:31.332Z","avatar_url":"https://github.com/nelson-lang.png","language":"JavaScript","readme":"# ☁️ Nelson Cloud\n\n[![Build Status](https://github.com/nelson-lang/nelson-cloud/workflows/Node.js%20CI/badge.svg)](https://github.com/nelson-lang/nelson-cloud/actions)\n[![NPM Version](https://badge.fury.io/js/nelson-cloud.svg)](https://badge.fury.io/js/nelson-cloud)\n[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![License: GPL-2.0](https://img.shields.io/badge/license-GPL2-blue.svg)](https://github.com/nelson-lang/nelson-cloud/blob/master/COPYING.md)\n[![CLA Assistant](https://cla-assistant.io/readme/badge/nelson-lang/nelson-cloud)](https://cla-assistant.io/nelson-lang/nelson-cloud)\n[![Vulnerabilities](https://snyk.io/test/github/nelson-lang/nelson-cloud/badge.svg?targetFile=package.json)](https://snyk.io/test/github/nelson-lang/nelson-cloud?targetFile=package.json)\n\n## 🌐 Overview\n\nNelson Cloud brings the power of Nelson numerical computation software to your web browser, making scientific computing and numerical analysis more accessible and convenient than ever before.\n\n### 🎥 Demo\n\n[![Nelson Cloud Demo](http://img.youtube.com/vi/0FTcWsZx_04/0.jpg)](https://www.youtube.com/watch?v=0FTcWsZx_04)\n\n## 🚀 Features\n\n- 💻 Browser-based Nelson command execution\n- ⚡ Real-time computation results\n- 🖥️ Interactive command-line interface\n- 🔧 Custom server deployment options\n- 🔌 Socket.IO v4.0 integration\n\n## 📋 Prerequisites\n\nBefore installation, ensure you have:\n\n- Node.js 22.14.0 or higher\n- Docker installed and running\n- A modern web browser\n\n## 🔧 Installation\n\n### Global Installation\n\n1. Pull the Nelson Docker image:\n\n```bash\ndocker pull nelsonsoftware/nelson-sio-cli:latest\n```\n\n2. Install Nelson Cloud globally:\n\n```bash\nnpm install -g nelson-cloud\n```\n\n3. Start the application:\n\n```bash\nnelson-cloud\n```\n\n4. Open your web browser and navigate to:\n\n```\nhttp://localhost:9090\n```\n\n### Local Development Setup\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/nelson-lang/nelson-cloud.git\ncd nelson-cloud\n```\n\n2. Install Docker dependencies:\n\n```bash\nnpm run dockerInstall\n```\n\n3. Install project dependencies:\n\n```bash\nnpm install\n```\n\n4. Start the application:\n\n```bash\nnpm start\n```\n\n5. Run tests:\n\n```bash\nnpm test\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📧 Contact\n\nProject Maintainer: Allan CORNET\nEmail: nelson.numerical.computation@gmail.com\n\n## 📄 License\n\nDistributed under the GPL-2.0 License. See `COPYING.md` for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelson-lang%2Fnelson-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelson-lang%2Fnelson-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelson-lang%2Fnelson-cloud/lists"}