{"id":21201713,"url":"https://github.com/oleander/secure_faye","last_synced_at":"2026-04-13T18:31:48.726Z","repository":{"id":1780158,"uuid":"2703267","full_name":"oleander/secure_faye","owner":"oleander","description":"A secure Faye server and client","archived":false,"fork":false,"pushed_at":"2017-05-21T01:23:41.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-17T05:09:09.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/oleander/secure_faye","language":"Ruby","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/oleander.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":"2011-11-03T16:19:54.000Z","updated_at":"2017-05-21T01:23:43.000Z","dependencies_parsed_at":"2022-07-21T11:29:09.018Z","dependency_job_id":null,"html_url":"https://github.com/oleander/secure_faye","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oleander/secure_faye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fsecure_faye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fsecure_faye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fsecure_faye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fsecure_faye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleander","download_url":"https://codeload.github.com/oleander/secure_faye/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fsecure_faye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31766349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":[],"created_at":"2024-11-20T20:10:43.389Z","updated_at":"2026-04-13T18:31:48.707Z","avatar_url":"https://github.com/oleander.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secure faye\n\nA secure faye server and client.\n\n## Disclaimer\n\n*Secure faye* isn't tested (enough) nor stable, and should therefore not be used in production.\n\n## Client\n\n``` ruby\nSecureFaye::Connect.new.message(\"m\").token(\"my-token\").server(\"http://0.0.0.0:9292/faye\").channel(\"c\").send!\n```\n\n## Server\n\nStart server by creating a file called `config.ru` using this code.\n\n``` ruby\nrequire \"secure_faye/server\"\nunless ENV[\"FAYE_TOKEN\"]\n  abort(\"You must specify a FAYE_TOKEN.\")\nend\n\nrun SecureFaye::Server.new.instance\n```\n\nStart the server by running `FAYE_TOKEN=my-token rackup config.ru -s thin -E production`.\n\n## Not enough?\n\nIf this isn't enough, try Ryan Bate's [Private Pub](https://github.com/ryanb/private_pub) gem.\n\n## How to install\n\n*Secure faye* isn't on Rubygems *yet*, but you can easily require it in you Gemfile.\n\n``` ruby\ngem \"secure_faye\", git: \"git://github.com/oleander/secure_faye.git\"\n```\n\n## Requirements\n\n*Secure faye* is tested in *OS X 10.7.2* using Ruby *1.9.2*.\n\n## License\n\n*Secure faye* is released under the *MIT license*.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Fsecure_faye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleander%2Fsecure_faye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Fsecure_faye/lists"}