{"id":21983053,"url":"https://github.com/arsho/real_time_chatting_wearing_socks","last_synced_at":"2026-05-04T08:37:43.171Z","repository":{"id":79174268,"uuid":"75357004","full_name":"arsho/real_time_chatting_wearing_socks","owner":"arsho","description":"Real time chat application using SockJS","archived":false,"fork":false,"pushed_at":"2017-06-21T08:27:04.000Z","size":1494,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T18:03:08.712Z","etag":null,"topics":["chatting-wearing-socks","sock","sockjs","sockjs-client","sockjs-node"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/arsho.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":"2016-12-02T03:28:00.000Z","updated_at":"2022-09-11T21:23:18.000Z","dependencies_parsed_at":"2023-05-18T17:15:43.328Z","dependency_job_id":null,"html_url":"https://github.com/arsho/real_time_chatting_wearing_socks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arsho/real_time_chatting_wearing_socks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Freal_time_chatting_wearing_socks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Freal_time_chatting_wearing_socks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Freal_time_chatting_wearing_socks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Freal_time_chatting_wearing_socks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsho","download_url":"https://codeload.github.com/arsho/real_time_chatting_wearing_socks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2Freal_time_chatting_wearing_socks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32600967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["chatting-wearing-socks","sock","sockjs","sockjs-client","sockjs-node"],"created_at":"2024-11-29T17:34:17.139Z","updated_at":"2026-05-04T08:37:43.133Z","avatar_url":"https://github.com/arsho.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e Real time chat application using SockJS (sockjs-1.1.1.min.js as SockJS-client, SockJS-node as SockJS-server).\u003c/p\u003e\n\u003cp\u003e Super simple application without any overhead.\n Hopeful that JS lovers find this interesting.\n \u003cimg class=\"emoji\" title=\":smiley:\" alt=\":smiley:\" src=\"https://assets-cdn.github.com/images/icons/emoji/unicode/1f603.png\" height=\"20\" width=\"20\" align=\"absmiddle\"\u003e\n\u003c/p\u003e\n\u003ch3\u003eReal time chatting Demo\u003c/h3\u003e\n\n![alt real_time_chatting_wearing_socks Demo](https://raw.githubusercontent.com/arsho/real_time_chatting_wearing_socks/master/real_time_chatting.png)\n\n\u003chr\u003e\n\n\u003ch3\u003e\n\u003ca id=\"how-to-use\" class=\"anchor\" href=\"#how-to-use\" aria-hidden=\"true\"\u003e\u003cspan class=\"octicon octicon-link\"\u003e\u003c/span\u003e\u003c/a\u003eHow to use:\u003c/h1\u003e\n\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eDownload and install \u003ca href=\"https://nodejs.org/en/download/\"\u003eNode.js\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eInstall SockJS-node using Node Package Manager(NPM): \u003cpre\u003enpm install sockjs\u003c/pre\u003e \u003c/li\u003e\n\u003cli\u003eOpen \u003cb\u003eclient\\index.html\u003c/b\u003e file in two tabs of your favourite browser.\u003c/li\u003e\n\u003cli\u003eStart chatting in real time!\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch3\u003e\n\u003ca id=\"learn-more\" class=\"anchor\" href=\"#learn-more\" aria-hidden=\"true\"\u003e\u003cspan class=\"octicon octicon-link\"\u003e\u003c/span\u003e\u003c/a\u003eLearn more:\u003c/h1\u003e\n\u003c/h3\u003e\nTake a look at this presentation \u003ca href=\"http://www.slideshare.net/AhmedurRahmanShovon/websockets-and-sockjs-real-time-chatting\"\u003e\nWebSockets \u0026\u0026 SockJS\n\n![alt WebSockets \u0026\u0026 SockJS](https://raw.githubusercontent.com/arsho/real_time_chatting_wearing_socks/master/presentation.png)\n\n\u003c/a\u003e\n\u003ch3\u003eEnjoy!\u003c/h3\u003e\n\u003cp\u003eIf you have any suggestion, please send a message to \u003ca href=\"https://www.facebook.com/ars.shovon\"\u003ehttps://www.facebook.com/ars.shovon\u003c/a\u003e\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsho%2Freal_time_chatting_wearing_socks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsho%2Freal_time_chatting_wearing_socks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsho%2Freal_time_chatting_wearing_socks/lists"}