{"id":19885671,"url":"https://github.com/asmod4n/mruby-websockets","last_synced_at":"2025-05-02T16:31:46.131Z","repository":{"id":35089880,"uuid":"39248586","full_name":"Asmod4n/mruby-websockets","owner":"Asmod4n","description":"A simple websockets clients for mruby","archived":false,"fork":false,"pushed_at":"2024-04-04T10:50:14.000Z","size":29,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T03:34:36.321Z","etag":null,"topics":["http","mruby","websockets"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/Asmod4n.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":"2015-07-17T10:20:30.000Z","updated_at":"2024-10-27T15:04:49.000Z","dependencies_parsed_at":"2024-11-12T17:37:46.468Z","dependency_job_id":"8c037fb7-4029-4025-823e-1715e7e53430","html_url":"https://github.com/Asmod4n/mruby-websockets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-websockets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-websockets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-websockets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-websockets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asmod4n","download_url":"https://codeload.github.com/Asmod4n/mruby-websockets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252071846,"owners_count":21690100,"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":["http","mruby","websockets"],"created_at":"2024-11-12T17:35:15.975Z","updated_at":"2025-05-02T16:31:46.103Z","avatar_url":"https://github.com/Asmod4n.png","language":"Ruby","readme":"﻿# mruby-websockets\n\nYou need to have libressl installed, on macOS this can be easily done with homebrew.\nThen add\n```ruby\n  conf.gem mgem: 'mruby-websockets' do |g|\n    g.cc.include_paths \u003c\u003c '/usr/local/opt/libressl/include'\n    g.linker.library_paths \u003c\u003c '/usr/local/opt/libressl/lib'\n  end\n```\nto your build_config.rb\n\n\nExample\n===========\n```ruby\nclient = WebSocket::Client.new(\"echo.websocket.org\", 443, '/', ciphers: 'TLSv1.2')\nclient.send \"hallo\"\nclient.recv\nclient.close\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmod4n%2Fmruby-websockets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasmod4n%2Fmruby-websockets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmod4n%2Fmruby-websockets/lists"}