{"id":16102158,"url":"https://github.com/layoric/signaldart","last_synced_at":"2025-04-06T00:43:06.875Z","repository":{"id":18338847,"uuid":"21518417","full_name":"Layoric/SignalDart","owner":"Layoric","description":"A package to help use SignalR JS client with Dart","archived":false,"fork":false,"pushed_at":"2016-03-05T11:35:23.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T18:17:02.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Layoric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-05T11:12:51.000Z","updated_at":"2018-06-20T04:09:10.000Z","dependencies_parsed_at":"2022-08-25T12:01:10.319Z","dependency_job_id":null,"html_url":"https://github.com/Layoric/SignalDart","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Layoric%2FSignalDart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Layoric%2FSignalDart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Layoric%2FSignalDart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Layoric%2FSignalDart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Layoric","download_url":"https://codeload.github.com/Layoric/SignalDart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419815,"owners_count":20936012,"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-10-09T18:52:28.585Z","updated_at":"2025-04-06T00:43:06.859Z","avatar_url":"https://github.com/Layoric.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"SignalDart\n==========\n\nA package to help use SignalR JS client with Dart\n\n###Example###\n```\n//Equivalent to var hc = $.hubConnection(url,options);\nHubConnection hc = new HubConnection(url:'http://localhost:55780/signalr');\n//Equivalent to $.connection.testHub on default local server\nHubProxy proxy = hc.createHubProxy('testHub');\n/*\n Equivalent to\n proxy.on('broadcastMessage', function (name, message) {\n             //...\n });\n */\nproxy.on('broadcastMessage', (String name,String message) {\n    document.querySelector('#messageList').appendHtml('\u003cli\u003e' + name + ' - ' + message + '\u003c/li\u003e');\n  });\n// Or proxy.onAsync...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayoric%2Fsignaldart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flayoric%2Fsignaldart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayoric%2Fsignaldart/lists"}