{"id":18448515,"url":"https://github.com/ccbluex/axochat-client","last_synced_at":"2026-02-25T15:08:35.108Z","repository":{"id":37059296,"uuid":"355479046","full_name":"CCBlueX/axochat-client","owner":"CCBlueX","description":"JavaScript API client for AxoChat","archived":false,"fork":false,"pushed_at":"2024-03-23T21:50:41.000Z","size":177,"stargazers_count":2,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T17:53:25.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CCBlueX.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}},"created_at":"2021-04-07T09:02:44.000Z","updated_at":"2023-11-26T16:41:02.000Z","dependencies_parsed_at":"2022-08-18T02:45:44.466Z","dependency_job_id":null,"html_url":"https://github.com/CCBlueX/axochat-client","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/CCBlueX%2Faxochat-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCBlueX%2Faxochat-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCBlueX%2Faxochat-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CCBlueX%2Faxochat-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CCBlueX","download_url":"https://codeload.github.com/CCBlueX/axochat-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223296976,"owners_count":17121977,"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-11-06T07:16:07.879Z","updated_at":"2025-10-29T04:47:40.316Z","avatar_url":"https://github.com/CCBlueX.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AxoChat Client\n\nNPM Package: https://www.npmjs.com/package/@ccbluex/axochat-client\n\n## Example Usage\n\n\u003e The LiquidBounce chat's certificate is self-signed, so you need to disable the certificate verification.\n\n```typescript\nimport { Client } from '@ccbluex/axochat-client';\n\nconst client = new Client();\n\nclient.connect('wss://chat.liquidbounce.net:7886/ws');\n\nclient.on('open', () =\u003e {\n  console.log('Connected!');\n\n  client.loginJWT('TOKEN', true);\n\n  client.on('success', ({ reason }) =\u003e {\n    if (reason === 'Login') {\n      client.on('message', (data) =\u003e {\n        console.log(`${data.author.name}: ${data.content}`);\n      });\n\n      client.on('privateMessage', (data) =\u003e {\n        console.log(`[PRIVATE] ${data.author.name}: ${data.content}`);\n      });\n\n      client.sendMessage('Hello, World!');\n    }\n  });\n\n  client.on('error', ({ message }) =\u003e {\n    console.log(`[ERROR] ${message}`);\n  });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccbluex%2Faxochat-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccbluex%2Faxochat-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccbluex%2Faxochat-client/lists"}