{"id":13508709,"url":"https://github.com/falood/eio","last_synced_at":"2025-06-11T01:08:19.669Z","repository":{"id":25698459,"uuid":"29134822","full_name":"falood/eio","owner":"falood","description":"elixir server of engine.io ","archived":false,"fork":false,"pushed_at":"2015-09-28T02:18:42.000Z","size":111,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-11T06:19:03.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Eywek/42-header-plugin","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/falood.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}},"created_at":"2015-01-12T12:38:59.000Z","updated_at":"2024-04-19T10:23:17.000Z","dependencies_parsed_at":"2022-08-24T14:12:52.080Z","dependency_job_id":null,"html_url":"https://github.com/falood/eio","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/falood%2Feio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falood%2Feio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falood%2Feio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falood%2Feio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/falood","download_url":"https://codeload.github.com/falood/eio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falood%2Feio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259178497,"owners_count":22817387,"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-08-01T02:00:57.345Z","updated_at":"2025-06-11T01:08:19.646Z","avatar_url":"https://github.com/falood.png","language":"Elixir","funding_links":[],"categories":["Networking"],"sub_categories":[],"readme":"Eio\n========\n\n[engine.io](http://www.engine.io) server for Elixir.\n\n## Usage\n\nuse Eio as standalone server\n\n```elixir\ndefmodule MyApp.Eio do\n  use Eio.Router\n\n  def connect(session) do\n    session |\u003e EIO.Session.send(\"connect success\")\n  end\n\n  def message(session, _msg) do\n    session |\u003e EIO.Session.send(\"message received\")\n    session |\u003e EIO.Session.close\n    ...\n  end\n\n  def close(_session) do\n    ...\n  end\nend\n\nPlug.Adapters.Cowboy.http MyApp.Eio, []\n```\n\n## TODO\n\n- [X] polling transport\n- [X] websocket transport\n- [ ] exception\n- [ ] version support\n- [ ] base64 support\n- [ ] jsonp support\n- [ ] binary data support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalood%2Feio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalood%2Feio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalood%2Feio/lists"}