{"id":19600054,"url":"https://github.com/nvim-neorg/norgopolis-client.lua","last_synced_at":"2025-06-14T14:03:37.872Z","repository":{"id":196252865,"uuid":"689076482","full_name":"nvim-neorg/norgopolis-client.lua","owner":"nvim-neorg","description":"A lua bridge for the Norgopolis client rust module.","archived":false,"fork":false,"pushed_at":"2024-02-21T17:12:13.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-26T15:28:38.818Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/nvim-neorg.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":null,"dei":null}},"created_at":"2023-09-08T18:36:19.000Z","updated_at":"2023-09-10T21:37:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"54efee96-28a4-40e6-9d50-10dd786150a7","html_url":"https://github.com/nvim-neorg/norgopolis-client.lua","commit_stats":null,"previous_names":["nvim-neorg/norgopolis-client.lua"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/nvim-neorg/norgopolis-client.lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neorg%2Fnorgopolis-client.lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neorg%2Fnorgopolis-client.lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neorg%2Fnorgopolis-client.lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neorg%2Fnorgopolis-client.lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvim-neorg","download_url":"https://codeload.github.com/nvim-neorg/norgopolis-client.lua/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neorg%2Fnorgopolis-client.lua/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259827504,"owners_count":22917709,"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-11-11T09:13:25.440Z","updated_at":"2025-06-14T14:03:37.797Z","avatar_url":"https://github.com/nvim-neorg.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Lua API for Norgopolis Clients\n\nFor information about Norgopolis, consult https://github.com/nvim-neorg/norgopolis.\n\nThis repository acts as a wrapper around https://github.com/nvim-neorg/norgopolis-client for Lua.\nAny Lua application may install this repository as a dependency and communicate with Norgopolis\nand its modules.\n\n# Installation\n\n```sh\nluarocks --local install norgopolis-client.lua\n```\n\n# Usage\n\n`norgopolis-client.lua` exposes a very simple yet extendable API:\n\n```lua\n-- Connect to Norgopolis. The port number may be omitted and will default to 62020.\nlocal norgopolis = require(\"norgopolis\").connect(\"localhost\", \"62020\")\n\n-- Invoke a function of a given module. The third argument is the parameters to send\n-- over to the module. It may be nil or any inbuilt Lua datatype.\n-- This will most commonly be a table.\nnorgopolis:invoke(\"module-name\", \"function-name\", \"hello!\", function(ret)\n    -- This function gets invoked every time a module responds back with a response\n    -- packet. `ret` could be anything, so be careful!\n    print(ret)\nend)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvim-neorg%2Fnorgopolis-client.lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvim-neorg%2Fnorgopolis-client.lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvim-neorg%2Fnorgopolis-client.lua/lists"}