{"id":26155470,"url":"https://github.com/ntdls/ntdls.memoryqueue","last_synced_at":"2026-03-03T03:07:01.155Z","repository":{"id":206090037,"uuid":"715810665","full_name":"NTDLS/NTDLS.MemoryQueue","owner":"NTDLS","description":"An in-memory, non-persistent message queue designed for efficient inter-process communication, task queuing, load balancing, and data buffering over TCP/IP","archived":false,"fork":false,"pushed_at":"2025-01-08T04:55:24.000Z","size":1394,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T04:48:10.833Z","etag":null,"topics":["inter-process-communication","ipc","message-broker","message-queue","netmq","socket-programming","tcp-ip","zeromq"],"latest_commit_sha":null,"homepage":"","language":"C#","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/NTDLS.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}},"created_at":"2023-11-07T22:01:11.000Z","updated_at":"2025-01-08T04:55:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"7734d0a9-ca6f-444d-9050-a978bf56e2b7","html_url":"https://github.com/NTDLS/NTDLS.MemoryQueue","commit_stats":null,"previous_names":["ntdls/ntdls.memoryqueue"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTDLS%2FNTDLS.MemoryQueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTDLS%2FNTDLS.MemoryQueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTDLS%2FNTDLS.MemoryQueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTDLS%2FNTDLS.MemoryQueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NTDLS","download_url":"https://codeload.github.com/NTDLS/NTDLS.MemoryQueue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519470,"owners_count":21117757,"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":["inter-process-communication","ipc","message-broker","message-queue","netmq","socket-programming","tcp-ip","zeromq"],"created_at":"2025-03-11T08:56:26.205Z","updated_at":"2026-03-03T03:06:56.136Z","avatar_url":"https://github.com/NTDLS.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NTDLS.MemoryQueueServer\n\n📦 Be sure to check out the NuGet package: https://www.nuget.org/packages/NTDLS.MemoryQueue\n\nIn memory non-persistent message queue intended for inter-process-communication,\n    queuing, load-balancing and buffering over TCP/IP.\n\n## Running the server:\n\nRunning the server can literally be done with two lines of code and can be run in the same process as the client.\nThe server does not have to be dedicated either, it can be one of the process that is involved in inner-process-communication.\n\n```csharp\ninternal class Program\n{\n    static void Main()\n    {\n        var server = new MqQueuingService();\n\n        //Listen for queue clients on port 45784, listen for web UI requests on port 8080.\n        server.StartAsync(45784, 8080);\n\n        Console.WriteLine(\"Press [enter] to shutdown.\");\n        Console.ReadLine();\n\n        server.StopAsync();\n    }\n}\n```\nSee documentation of [NTDLS.MemoryQueue](https://www.nuget.org/packages/NTDLS.MemoryQueue) for client and server interaction examples.\n\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntdls%2Fntdls.memoryqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntdls%2Fntdls.memoryqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntdls%2Fntdls.memoryqueue/lists"}