{"id":13812094,"url":"https://github.com/notrustverify/nymsocketmanager","last_synced_at":"2025-03-16T01:17:54.110Z","repository":{"id":165934714,"uuid":"641299800","full_name":"notrustverify/nymsocketmanager","owner":"notrustverify","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-07T16:41:22.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-19T07:38:33.514Z","etag":null,"topics":["golang","nym","privacy","sdk"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notrustverify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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-05-16T07:31:13.000Z","updated_at":"2023-11-03T13:50:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"97233d21-4df8-4a4d-9559-e0b3c1ded9bc","html_url":"https://github.com/notrustverify/nymsocketmanager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notrustverify%2Fnymsocketmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notrustverify%2Fnymsocketmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notrustverify%2Fnymsocketmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notrustverify%2Fnymsocketmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notrustverify","download_url":"https://codeload.github.com/notrustverify/nymsocketmanager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809858,"owners_count":20351407,"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":["golang","nym","privacy","sdk"],"created_at":"2024-08-04T04:00:46.725Z","updated_at":"2025-03-16T01:17:54.079Z","avatar_url":"https://github.com/notrustverify.png","language":"Go","funding_links":[],"categories":["🔨Tools"],"sub_categories":[],"readme":"# NymSocketManager\n\n[![Go Reference](https://pkg.go.dev/badge/notrustverify/nymsocketmanager.svg)](https://pkg.go.dev/notrustverify/nymsocketmanager)\n\nThis Go module handles the connection to the Nym Mixnet let you focus on the rest of your application.\n\nNote that this module needs a running nym-client to connect to the mixnet! It can be downloaded [here](https://nymtech.net/download-nym-components/) or built according the instructions [here](https://nymtech.net/docs/binaries/building-nym.html). Instructions for initiating and running a nym-client can be found [here](https://nymtech.net/docs/clients/websocket-client.html).\n\n## Installation\n\nNymSocketManager is available using the standard `go get` command.\n\nInstall it by running:\n```bash\ngo get -u github.com/notrustverify/nymsocketmanager\n```\n\n## Usage\n\nThe module can be imported as following:\n\n```go\nimport NymSocketManager \"github.com/notrustverify/nymsocketmanager\"\n```\n\nYou can thenow instantiate the NymSocketManager or the SocketManager.\n\n## Example\n\nExamples on how to use both NymSocketManager and SocketManager can be found in the [examples](https://github.com/notrustverify/nymsocketmanager) folder.   \nYou can also check our Nostr-Nym proxy in Go: [NostrNym](https://github.com/notrustverify/nostr-nym).\n\n## Future improvements\n\nThe following could be improved regarding this module:\n\n* Improve type documentation\n* Write more tests\n* Use the [WS library](https://pkg.go.dev/github.com/gobwas/ws) for websocket connections. This module currently uses the [Gorilla Websocket library](https://pkg.go.dev/github.com/gorilla/websocket), which is unmaintained at the current time of writing (05.2023).\n\n## License\n\nThis code is released under the GPLv3+ license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotrustverify%2Fnymsocketmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotrustverify%2Fnymsocketmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotrustverify%2Fnymsocketmanager/lists"}