{"id":15790286,"url":"https://github.com/zbicin/simple-chat-client-core","last_synced_at":"2025-07-29T00:35:21.831Z","repository":{"id":79074048,"uuid":"127650891","full_name":"zbicin/simple-chat-client-core","owner":"zbicin","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-25T21:42:38.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-18T13:56:51.095Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zbicin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-01T16:44:30.000Z","updated_at":"2018-12-29T18:29:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"78d69311-3e23-47f0-b157-3b5d39332c97","html_url":"https://github.com/zbicin/simple-chat-client-core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zbicin/simple-chat-client-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbicin%2Fsimple-chat-client-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbicin%2Fsimple-chat-client-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbicin%2Fsimple-chat-client-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbicin%2Fsimple-chat-client-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbicin","download_url":"https://codeload.github.com/zbicin/simple-chat-client-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbicin%2Fsimple-chat-client-core/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267610477,"owners_count":24115438,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-04T22:20:50.502Z","updated_at":"2025-07-29T00:35:21.775Z","avatar_url":"https://github.com/zbicin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Chat Client Core\n\nCore of a client application for the [Simple Chat Server](https://github.com/zbicin/simple-chat-server).\n\n## How to use?\n\nThe following code assumes that the [Simple Chat Server](https://github.com/zbicin/simple-chat-server) is running on `localhost:3001`.\n\n```html\n\u003c!-- load the client-core from CDN --\u003e\n\u003cscript src=\"//gitcdn.xyz/repo/zbicin/simple-chat-client-core/master/dist/index.js\"\u003e\u003c/script\u003e\n\u003c!-- instanitiate it --\u003e\n\u003cscript type=\"text/javascript\"\u003e\nvar core = new SimpleChatClientCore('localhost:3001');\n\ncore.login('Dummy user');\n\ncore.on('chat message', function(message) {\n    console.log('New message', message);\n});\n\ncore.sendText('Hello');\n\u003c/script\u003e\n```\n\nFor a detailed example, see [Simple Chat Client](https://github.com/zbicin/simple-chat-client).\n\n## API Reference\n\nTODO. See [Core.ts](src/Core.ts) for now.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbicin%2Fsimple-chat-client-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbicin%2Fsimple-chat-client-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbicin%2Fsimple-chat-client-core/lists"}