{"id":22131249,"url":"https://github.com/arthurarakelyan/websockets-chat-example","last_synced_at":"2026-04-09T12:32:28.142Z","repository":{"id":201443682,"uuid":"707364850","full_name":"ArthurArakelyan/websockets-chat-example","owner":"ArthurArakelyan","description":"💬 A simple example of chat website created with React and Socket-io","archived":false,"fork":false,"pushed_at":"2023-10-23T16:27:07.000Z","size":235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T15:19:16.027Z","etag":null,"topics":["express","nodejs","react","redux-toolkit","socket-io","typescript","websocket"],"latest_commit_sha":null,"homepage":"","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/ArthurArakelyan.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}},"created_at":"2023-10-19T18:38:15.000Z","updated_at":"2023-10-22T12:03:02.000Z","dependencies_parsed_at":"2024-01-05T20:34:38.399Z","dependency_job_id":null,"html_url":"https://github.com/ArthurArakelyan/websockets-chat-example","commit_stats":null,"previous_names":["arturarakelyan0411/websockets-chat-example","arthurarakelyan/websockets-chat-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArthurArakelyan/websockets-chat-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArthurArakelyan%2Fwebsockets-chat-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArthurArakelyan%2Fwebsockets-chat-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArthurArakelyan%2Fwebsockets-chat-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArthurArakelyan%2Fwebsockets-chat-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArthurArakelyan","download_url":"https://codeload.github.com/ArthurArakelyan/websockets-chat-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArthurArakelyan%2Fwebsockets-chat-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269672052,"owners_count":24457112,"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-08-10T02:00:08.965Z","response_time":71,"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":["express","nodejs","react","redux-toolkit","socket-io","typescript","websocket"],"created_at":"2024-12-01T18:31:46.234Z","updated_at":"2025-12-30T21:48:23.727Z","avatar_url":"https://github.com/ArthurArakelyan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# websockets-chat-example\n\n![image](https://github.com/ArturArakelyan0411/websockets-chat-example/assets/71519856/5e7c5a3f-ce91-44bd-96a4-bf3957b025fd)\n\nA simple example of chat website which allows you to create a room, then share the room with another user and chat with him.\n\n## Front End\n\nThe front-end part of the chat\n\n## Project setup\n\nThis project uses `yarn` as a package manager.\n\nNode version: `18.7.1`\n\nNPM version: `1.22.19`\n\n### Install Dependencies\n```bash\nyarn\n```\n\n### Run Development Server \n\nOpen http://localhost:3000 with your browser to see the result.\n\n```bash\nyarn start\n```\n\n### Build\n\n```bash\nyarn build\n```\n\n## Tech Stack\n\n\u003cdiv\u003e\n  \u003cimg src=\"https://github.com/devicons/devicon/raw/master/icons/typescript/typescript-original.svg\" title=\"TypeScript\" alt=\"TypeScript\" width=\"40\" height=\"40\" /\u003e\u0026nbsp;\u0026nbsp;\n  \u003cimg src=\"https://github.com/devicons/devicon/raw/master/icons/react/react-original.svg\" title=\"React\" alt=\"React\" width=\"40\" height=\"40\" /\u003e\u0026nbsp;\u0026nbsp;\n  \u003cimg src=\"https://github.com/devicons/devicon/raw/master/icons/redux/redux-original.svg\" title=\"Redux Toolkit\" alt=\"Redux Toolkit\" width=\"40\" height=\"40\" /\u003e\u0026nbsp;\u0026nbsp;\n  \u003cimg src=\"https://github.com/devicons/devicon/raw/master/icons/materialui/materialui-original.svg\" title=\"MUI\" alt=\"MUI\" width=\"40\" height=\"40\" /\u003e\u0026nbsp;\u0026nbsp;\n  \u003cimg src=\"https://github.com/devicons/devicon/raw/master/icons/socketio/socketio-original.svg\" title=\"Socket-io\" alt=\"Socket-io\" width=\"40\" height=\"40\" /\u003e\u0026nbsp;\u0026nbsp;\n\u003c/div\u003e\n\n## Back End\n\nThe back-end part of the chat\n\n## Project setup\n\nThis project uses `yarn` as a package manager.\n\nNode version: `18.7.1`\n\nNPM version: `1.22.19`\n\n### Install Dependencies\n```bash\nyarn\n```\n\n### Run Development Server\n\nOpen http://localhost:5000 with your browser to see the result.\n\n```bash\nyarn dev\n```\n\n### Run Server\n\nOpen http://localhost:5000 with your browser to see the result.\n\n```bash\nyarn start\n```\n\n## Tech Stack\n\n\u003cdiv\u003e\n  \u003cimg src=\"https://github.com/devicons/devicon/raw/master/icons/nodejs/nodejs-original.svg\" title=\"Nodejs\" alt=\"Nodejs\" width=\"40\" height=\"40\" /\u003e\u0026nbsp;\u0026nbsp;\n  \u003cimg src=\"https://github.com/devicons/devicon/raw/master/icons/express/express-original.svg\" title=\"Express\" alt=\"Express\" width=\"40\" height=\"40\" /\u003e\u0026nbsp;\u0026nbsp;\n  \u003cimg src=\"https://github.com/devicons/devicon/raw/master/icons/socketio/socketio-original.svg\" title=\"Socket-io\" alt=\"Socket-io\" width=\"40\" height=\"40\" /\u003e\u0026nbsp;\u0026nbsp;\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurarakelyan%2Fwebsockets-chat-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthurarakelyan%2Fwebsockets-chat-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurarakelyan%2Fwebsockets-chat-example/lists"}