{"id":13805779,"url":"https://github.com/commandodev/stargate","last_synced_at":"2025-10-29T02:57:08.210Z","repository":{"id":54642016,"uuid":"660188","full_name":"commandodev/stargate","owner":"commandodev","description":"WebSocket support for pyramid","archived":false,"fork":false,"pushed_at":"2020-03-28T05:49:15.000Z","size":328,"stargazers_count":39,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-22T10:02:31.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/commandodev.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-05-11T03:51:25.000Z","updated_at":"2024-11-22T19:43:15.000Z","dependencies_parsed_at":"2022-08-13T22:31:17.879Z","dependency_job_id":null,"html_url":"https://github.com/commandodev/stargate","commit_stats":null,"previous_names":["boothead/stargate"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/commandodev/stargate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandodev%2Fstargate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandodev%2Fstargate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandodev%2Fstargate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandodev%2Fstargate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commandodev","download_url":"https://codeload.github.com/commandodev/stargate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandodev%2Fstargate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281512802,"owners_count":26514341,"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-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2024-08-04T01:01:04.775Z","updated_at":"2025-10-29T02:57:08.180Z","avatar_url":"https://github.com/commandodev.png","language":"Python","funding_links":[],"categories":["Async"],"sub_categories":[],"readme":"Introduction\n============\n\nStargate is a package for adding WebSockets_ support to\npyramid applications using the excellent eventlet library for long running\nconnections\n\nWhat is a WebSocket?\n====================\n\nFrom wikipedia::\n\n    WebSockets is a technology providing for bi-directional, full-duplex\n    communications channels, over a single TCP socket\n\nThe WebSocket protocol provides a persistent low latency, low complexity way to\nachieve two way communication from the browser to server.\n\nFrom a client point of view using websocket is very simple::\n\n    var ws = new WebSocket('ws://somehost/some/url');\n    ws.onopen = function(msg){\n        //do some cool setup\n    }\n    ws.onmessage = function(msg){\n        //do something cool\n    }\n    ws.onclose = function(msg){\n        //do some clean up... stay cool\n    }\n\n    // later:\n    ws.send('How cool am I?!');\n\nThat's pretty much all there is to it.\n\nNormally the websocket communication in a web app is implemented as a stand alone\nserver (perhaps running on a different port). rpz.websocket allows you to connect\npersistent connection directly to the same objects that serve your HTML.\n\nDocumentation\n=============\n\n.. note:: Still under construction\n\nDocumentation is maintained at http://boothead.github.com/stargate\n\nReferences\n==========\n\n.. [WebSockets] http://en.wikipedia.org/wiki/Web_Sockets\n.. [spec] http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandodev%2Fstargate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommandodev%2Fstargate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandodev%2Fstargate/lists"}