{"id":28258848,"url":"https://github.com/teonet-go/teoproxy","last_synced_at":"2026-05-15T22:05:25.077Z","repository":{"id":215780478,"uuid":"736263322","full_name":"teonet-go/teoproxy","owner":"teonet-go","description":"Teonet proxy client server packages to connect golang wasm applications with Teonet peers.","archived":false,"fork":false,"pushed_at":"2025-09-18T11:17:44.000Z","size":166,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-18T11:38:48.134Z","etag":null,"topics":["fyne","go","go-gui","golang","microservices","proxy","teonet","wasm","web-app","web-application","websocket"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teonet-go.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-27T12:29:08.000Z","updated_at":"2024-07-19T10:42:01.000Z","dependencies_parsed_at":"2024-06-21T20:26:01.511Z","dependency_job_id":"91f6f993-5f04-48a6-ad8e-3144cc1f841b","html_url":"https://github.com/teonet-go/teoproxy","commit_stats":null,"previous_names":["teonet-go/teoproxy"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/teonet-go/teoproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteoproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteoproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteoproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteoproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teonet-go","download_url":"https://codeload.github.com/teonet-go/teoproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teonet-go%2Fteoproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280657159,"owners_count":26368271,"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-10-23T02:00:06.710Z","response_time":142,"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":["fyne","go","go-gui","golang","microservices","proxy","teonet","wasm","web-app","web-application","websocket"],"created_at":"2025-05-20T01:15:40.507Z","updated_at":"2025-10-23T17:08:02.242Z","avatar_url":"https://github.com/teonet-go.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teoproxy\n\nTeonet proxy client server packages to connect golang wasm applications with [Teonet](https://github.com/teonet-go) peers.\n\n[![GoDoc](https://godoc.org/github.com/teonet-go/teoproxy?status.svg)](https://godoc.org/github.com/teonet-go/teoproxy/)\n[![Go Report Card](https://goreportcard.com/badge/github.com/teonet-go/teoproxy)](https://goreportcard.com/report/github.com/teonet-go/teoproxy)\n\nTeoproxy provides a websocket client server packages that can be used to connect wasm application with it own web server which runs Teonet and connects to teonet peers used in wasm application.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/teonet-go/.github/blob/main/profile/microservices.jpg?raw=true\" /\u003e\n\u003c/p\u003e\n\n## Getting started\n\nThere is main example in the `cmd/teonet/fortune-gui` folder. The example shows how to connect to Teonet peers with wasm application, and send and receive messages from wasm application to Teonet \"fortune\" peer.\n\nThere is [complex Teonet example](https://github.com/teonet-go/.github/blob/main/profile/complex.md) which use mach teonet applications to get fortune messages from fortune teonet server. This teoproxy example do the same teonet function:\n\n- connect to Teonet\n- connect to Teonet \"fortune\" peer\n- connect to \"fortune\" api\n- request and receive \"fortune\" messages from Teonet server\n\nTo do this we use fyne-ios package to make simple gui application and teoproxy/teonet client and server packages to connect wasm application with Teonet peers.\n\nGo to [fortune-gui](cmd/teonet/fortune-gui) (cmd/teonet/fortune-gui) folder, and run native example:\n\n```bash\ngo run main.go\n```\n\nTo create web server for this application, go to the [fortune-gui/serve](cmd/teonet/fortune-gui/serve) (cmd/teonet/fortune-gui/serve) and execute next commands:\n\n```bash\n\n# Install fyne executible (if not installed)\ngo install fyne.io/fyne/v2/cmd/fyne@latest\n\n# Build web package (or you can use `go generate` command to build\n# and run this web server)\nfyne package -os wasm --sourceDir ../\n\n# Run web server\ngo run .\n\n```\n\nBy default web server runs on `localhost:8081` port. So you can open this url in your browser: [http://localhost:8081](http://localhost:8081) and see the fortune-gui application in your browser.\n\nThere is preinstalled teofortune-gui web-app with name [fortune-gui.teonet.dev](https://fortune-gui.teonet.dev)\n\n## License\n\n[BSD](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteonet-go%2Fteoproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteonet-go%2Fteoproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteonet-go%2Fteoproxy/lists"}