{"id":28447631,"url":"https://github.com/kleeedolinux/solvm","last_synced_at":"2026-04-10T23:34:23.310Z","repository":{"id":295346956,"uuid":"989868519","full_name":"kleeedolinux/SolVM","owner":"kleeedolinux","description":"Yet another Lua Runtime","archived":false,"fork":false,"pushed_at":"2025-05-28T21:41:28.000Z","size":3884,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T13:44:36.156Z","etag":null,"topics":["concurrency","go","golang","http","https","json","lua","lua-programming","lua-script","lua-vm","modules","runtime","tcp","udp","yet-another"],"latest_commit_sha":null,"homepage":"","language":"Go","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/kleeedolinux.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-25T02:12:16.000Z","updated_at":"2025-06-09T00:32:46.000Z","dependencies_parsed_at":"2025-05-25T03:34:50.592Z","dependency_job_id":null,"html_url":"https://github.com/kleeedolinux/SolVM","commit_stats":null,"previous_names":["kleeedolinux/solvm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kleeedolinux/SolVM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleeedolinux%2FSolVM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleeedolinux%2FSolVM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleeedolinux%2FSolVM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleeedolinux%2FSolVM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kleeedolinux","download_url":"https://codeload.github.com/kleeedolinux/SolVM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleeedolinux%2FSolVM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273752966,"owners_count":25161910,"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-05T02:00:09.113Z","response_time":402,"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":["concurrency","go","golang","http","https","json","lua","lua-programming","lua-script","lua-vm","modules","runtime","tcp","udp","yet-another"],"created_at":"2025-06-06T12:06:14.898Z","updated_at":"2026-04-10T23:34:23.277Z","avatar_url":"https://github.com/kleeedolinux.png","language":"Go","readme":"SolVM is a Lua Runtime written in Go.\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/420980fd-902e-4167-b8ba-b9ad8cb2b50c\" alt=\"solvm-icon\" width=\"150\" style=\"border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.2);\" /\u003e\n  \u003ch1 style=\"margin-top: 10px;\"\u003eWelcome to SolVM\u003c/h1\u003e\n  \u003cp\u003e\u003cem\u003eSimple. Elegant. Powerful.\u003c/em\u003e\u003c/p\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eLove SolVM? Give it a star on GitHub! ⭐ Your support helps!\u003c/strong\u003e\u003cbr/\u003e\n  \u003ca href=\"https://github.com/kleeedolinux/solvm\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/kleeedolinux/solvm?style=social\" alt=\"GitHub stars\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Perhaps of the name SolVM, SolVM is not a VM, it's a runtime. The real VM is the gopher-lua, and SolVM is just a runtime that uses gopher-lua. I put the name of SolVM because the first idea of this project is to be a VM, but then i changed my mind.\n\n## Usage\n\n```bash\nsolvm main.lua\n```\n\n## Features\n- Concurrency with goroutines  \n- Channel-based communication  \n- Timers and intervals  \n- Cron job scheduling  \n- Lua VM isolation per routine  \n- Error handling and monitoring  \n- File system operations  \n- HTTP client module  \n- Environment variable loading (.env)  \n- CSV read/write  \n- JSONC support  \n- TOML parsing  \n- YAML parsing  \n- UUID generation  \n- Random utilities  \n- Cryptography functions  \n- DateTime manipulation  \n- File transfer utilities  \n- INI file handling  \n- TAR archive management  \n- Text processing  \n- Scheduler system  \n- Debugging support  \n- Network utilities  \n- Import system  \n- Monitoring and resource checking  \n- Template engine  \n\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eFound SolVM useful? Don't forget to \u003ca href=\"https://github.com/kleeedolinux/solvm\"\u003estar the repository\u003c/a\u003e!\u003c/strong\u003e\n\u003c/p\u003e\n\n\n## Installation\nIf you want a automatic installer use SolVM Installer [here](https://github.com/kleeedolinux/SolVM-installer/releases/tag/v1.0.0)\n\n## Usage\n```bash\nsolvm main.lua\n```\n\n## Documentation\n[Documentation](DOC/DOC.md) is here \n[How it works](DOC/HOW.md) is here\n## Benchmark\n[BENCHMARK.md](BENCHMARK.md)\n\n## License\n[LICENSE](LICENSE)\n\n## Contributing\n[CONTRIBUTING.md](CONTRIBUTING.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleeedolinux%2Fsolvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkleeedolinux%2Fsolvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleeedolinux%2Fsolvm/lists"}