{"id":13657938,"url":"https://github.com/gyng/comicchat","last_synced_at":"2025-04-24T08:30:54.188Z","repository":{"id":13787412,"uuid":"16482716","full_name":"gyng/comicchat","owner":"gyng","description":"Web client and node.js server based off Microsoft Comic Chat.","archived":false,"fork":false,"pushed_at":"2023-04-15T17:25:31.000Z","size":694,"stargazers_count":123,"open_issues_count":2,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T12:30:16.442Z","etag":null,"topics":["chat-room","comic","javascript"],"latest_commit_sha":null,"homepage":"https://gyng.github.io/comicchat/?server=wss://chat.gahmen.tech:8080#general","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gyng.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":"2014-02-03T15:06:36.000Z","updated_at":"2024-06-19T12:12:24.588Z","dependencies_parsed_at":"2024-06-19T12:12:23.631Z","dependency_job_id":"8e3fd753-bec6-4b4d-8305-3a19e7e72621","html_url":"https://github.com/gyng/comicchat","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/gyng%2Fcomicchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyng%2Fcomicchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyng%2Fcomicchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyng%2Fcomicchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gyng","download_url":"https://codeload.github.com/gyng/comicchat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250591923,"owners_count":21455463,"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":["chat-room","comic","javascript"],"created_at":"2024-08-02T05:00:53.854Z","updated_at":"2025-04-24T08:30:51.763Z","avatar_url":"https://github.com/gyng.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"`\u003cfont face=\"ms comic sans\"\u003e`\n\n# comicchat\n\nQuick and dirty. Based off Microsoft Comic Chat. Uses node.js and websockets.\n\n![Screenshot](http://i.imgur.com/J1k7iwn.png)\n\n## Features\n\n* Comic chat\n* Rooms\n* Notifications\n* Text-to-speech via Web Speech API\n* Basic relay support for animating your (IRC) chat\n\n## Usage\n\n0. Clone repo.\n1. `npm install` or `yarn install`\n2. Change address of server in `client/js/client.js`, or supply it via a query param `http://example.com?server=ws://localhost:8084`\n3. Change port of server in `server/server.js`\n4. `node server/server.js` or `npm start`, args `--port 8084` (default), `--historySize 500` (default)\n5. Visit `client/index.html`\n\n## Deploy\n\n* Deploy the client to `gh-pages` with `npm run deploy`\n\n## Protocol\n\nConnect to the WebSocket server and start pushing JSON. Subject to change.\n\n### Send\n\n    {\n        type: 'join',\n        room: 'room'\n    }\n\n* `history`, `join`, `part` require `room`\n* `message` requires `room` and `text`, `spoof: true` optional for relays\n\n### Receive\n\n* `history` --- `type`, `history` (an array of messages for the requested room)\n* `message` --- `type`, `room`, `time`, `text`, `author`\n\n## Relay\n\nIf you want to watch your Best Internet IRC Friends in a voiced comic you can configure `relay/relay.js` and then run it with `node relay/relay.js`.\n\n## TODO\n\n* Tests\n\n`\u003c/font\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyng%2Fcomicchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgyng%2Fcomicchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyng%2Fcomicchat/lists"}