{"id":20609646,"url":"https://github.com/abap2ui5-addons/websocket","last_synced_at":"2026-06-05T10:31:40.574Z","repository":{"id":255674929,"uuid":"848328138","full_name":"abap2UI5-addons/websocket","owner":"abap2UI5-addons","description":"Websocket for abap2UI5","archived":false,"fork":false,"pushed_at":"2025-02-28T19:30:17.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"standard","last_synced_at":"2025-02-28T22:59:12.394Z","etag":null,"topics":["abap","abap2ui5","abapgit","fiori","open-source","openui5","sapui5","ui5"],"latest_commit_sha":null,"homepage":"","language":"ABAP","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/abap2UI5-addons.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":"2024-08-27T15:02:24.000Z","updated_at":"2025-02-28T19:30:20.000Z","dependencies_parsed_at":"2024-09-06T17:29:44.731Z","dependency_job_id":"5adc6d7b-66f6-400d-b52c-25a7a378d258","html_url":"https://github.com/abap2UI5-addons/websocket","commit_stats":null,"previous_names":["abap2ui5-addons/websocket-feature","abap2ui5-addons/websocket"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abap2UI5-addons%2Fwebsocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abap2UI5-addons%2Fwebsocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abap2UI5-addons%2Fwebsocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abap2UI5-addons%2Fwebsocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abap2UI5-addons","download_url":"https://codeload.github.com/abap2UI5-addons/websocket/tar.gz/refs/heads/standard","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242257303,"owners_count":20098131,"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":["abap","abap2ui5","abapgit","fiori","open-source","openui5","sapui5","ui5"],"created_at":"2024-11-16T10:14:07.102Z","updated_at":"2026-06-05T10:31:40.561Z","avatar_url":"https://github.com/abap2UI5-addons.png","language":"ABAP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## websocket\n\nWork in progress... 🚧 🏗️ 🦺\n\n### Installation \n\nInstall with **[abapGit](https://abapgit.org/)** and extend your HTTP handler with:\n```abap\n  METHOD if_http_extension~handle_request.\n\n    DATA(response) = z2ui5_cl_http_handler=\u003emain(\n                       body   = server-\u003erequest-\u003eget_cdata( )\n                       config = VALUE #( custom_js = z2ui5add_cl_cc_websocket=\u003eget_js( ) )\n                     ).\n    server-\u003eresponse-\u003eset_cdata( response ).\n    server-\u003eresponse-\u003eset_header_field( name = `cache-control` value = `no-cache` ).\n    server-\u003eresponse-\u003eset_status( code = 200 reason = `success` ).\n\n  ENDMETHOD.\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabap2ui5-addons%2Fwebsocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabap2ui5-addons%2Fwebsocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabap2ui5-addons%2Fwebsocket/lists"}