{"id":22531077,"url":"https://github.com/chgeuer/kino_websocket","last_synced_at":"2026-03-10T20:02:49.561Z","repository":{"id":266802164,"uuid":"898553666","full_name":"chgeuer/kino_websocket","owner":"chgeuer","description":"A naive demo for an WebSocket smart cell for Elixir LiveBook","archived":false,"fork":false,"pushed_at":"2024-12-06T21:43:07.000Z","size":869,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T16:49:36.678Z","etag":null,"topics":["bandit","elixir","elixir-lang","livebook","websocket","websocket-client","websockets"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/chgeuer.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-04T15:48:23.000Z","updated_at":"2025-01-30T01:35:37.000Z","dependencies_parsed_at":"2024-12-06T08:25:00.741Z","dependency_job_id":"afcc87cd-021e-4d8e-bf9d-c7855986d39c","html_url":"https://github.com/chgeuer/kino_websocket","commit_stats":null,"previous_names":["chgeuer/kino_websocket"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chgeuer/kino_websocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Fkino_websocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Fkino_websocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Fkino_websocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Fkino_websocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chgeuer","download_url":"https://codeload.github.com/chgeuer/kino_websocket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Fkino_websocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30351763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bandit","elixir","elixir-lang","livebook","websocket","websocket-client","websockets"],"created_at":"2024-12-07T08:05:56.671Z","updated_at":"2026-03-10T20:02:49.540Z","avatar_url":"https://github.com/chgeuer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kino.WebSocket\n\nA simple smart cell for Kino that allows you to connect to a WebSocket server and send/receive messages.\n\nTo use this, you need to install [Livebook](https://livebook.dev/) on your computer, create a new notebook, add this library (`{:kino_websocket, github: \"chgeuer/kino_websocket\"}`) to the dependencies, and add the \"WebSocket Client\" smart cell. \n\n![Screenshot of the smart cell](content/img/demo.png)\n\n## Installation\n\nThe package can be installed by adding `kino_websocket` to your list of dependencies in the `Mix.install/2` task:\n\n```elixir\nMix.install([\n  {:kino_websocket, github: \"chgeuer/kino_websocket\"}\n])\n```\n\nI'm not sure if this package will be published to Hex.pm, so for now you can just clone the repo and use it directly. Other smart cells like [merquery](https://github.com/acalejos/merquery) are much cleaner with respect to views and state management, while this one is currently a hot JavaScript mess 🙄.\n\n### Demo GIF\n\n![Screenshot of the smart cell](content/img/demo.gif)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchgeuer%2Fkino_websocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchgeuer%2Fkino_websocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchgeuer%2Fkino_websocket/lists"}