{"id":15543805,"url":"https://github.com/amiel/chat-engine","last_synced_at":"2025-04-10T04:54:35.396Z","repository":{"id":538526,"uuid":"168011","full_name":"amiel/chat-engine","owner":"amiel","description":"A very lightweight chat room in the form of a rails engine using jQuery","archived":false,"fork":false,"pushed_at":"2009-04-20T03:07:32.000Z","size":100,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-03T12:33:14.861Z","etag":null,"topics":[],"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/amiel.png","metadata":{"files":{"readme":"README.textile","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":"2009-04-04T16:42:09.000Z","updated_at":"2021-05-05T01:20:00.000Z","dependencies_parsed_at":"2022-07-07T14:10:19.057Z","dependency_job_id":null,"html_url":"https://github.com/amiel/chat-engine","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/amiel%2Fchat-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiel%2Fchat-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiel%2Fchat-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amiel%2Fchat-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amiel","download_url":"https://codeload.github.com/amiel/chat-engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161254,"owners_count":21057553,"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-10-02T12:28:27.740Z","updated_at":"2025-04-10T04:54:35.376Z","avatar_url":"https://github.com/amiel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"h1. Chat Engine\n\nChat Engine is a lightweight rails engine that heavily uses jQuery and memcached to implement a very simple group chat room.\n\nh2. Status\n\nChat Engine has just been ported to rails 2.3, and its original design striped.\n\nh2. Features\n\n* You must enter a nickname to be part of the chat room.\n* All logged in users are shown in the user list\n* Lines in the chat that mention a users nickname are highlighted.\n* Inactivity timer will logout users from the client side.\n* rake task to logout users whose browsers do not allow ajax requests in the unload event.\n* The ability to mute specific users (from script/console). Muted users will see their own messages, but no one else will.\n\nh2. Usage\n\ninstall chat-engine\n  \u003cpre\u003e\u003ccode\u003e\n  \t./script/plugin install git://github.com/amiel/chat-engine.git\n  \u003c/code\u003e\u003c/pre\u003e\ncopy assets\n  \u003cpre\u003e\u003ccode\u003e\n  \trake chat:sync\n  \u003c/code\u003e\u003c/pre\u003e\ninclude assets, don't forget jquery\n  \u003cpre\u003e\u003ccode\u003e\n  \t\u003c%= stylesheet_link_tag 'chat' %\u003e\n  \t\u003c%= javascript_include_tag 'jquery-x.x.x.js', 'auto_scroll', 'chat' %\u003e\n  \u003c/code\u003e\u003c/pre\u003e\nuse the chat_overlay partial\n  \u003cpre\u003e\u003ccode\u003e\n  \t\u003c%= render :partial =\u003e 'chats/chat_overlay' %\u003e\n  \u003c/code\u003e\u003c/pre\u003e\nthats it! it will work with memory_store, but is not persistent across mongrels. User mem_cached_store for best results.\n\nFor an example, check out \"http://github.com/amiel/chat-engine-example\":http://github.com/amiel/chat-engine-example\n\nh2. History\n\nThis chat was originally written for Tatango.TV (http//tatango.tv).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiel%2Fchat-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famiel%2Fchat-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiel%2Fchat-engine/lists"}