{"id":21066039,"url":"https://github.com/vavarm/websocket-chat-server","last_synced_at":"2026-05-18T19:02:24.874Z","repository":{"id":76553972,"uuid":"468673301","full_name":"vavarm/websocket-chat-server","owner":"vavarm","description":"Node.js program","archived":false,"fork":false,"pushed_at":"2022-08-19T12:42:11.000Z","size":417,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T04:42:53.439Z","etag":null,"topics":["chat","nodejs","websocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/vavarm.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":"2022-03-11T08:45:02.000Z","updated_at":"2022-06-08T12:23:24.000Z","dependencies_parsed_at":"2023-03-01T11:15:37.340Z","dependency_job_id":null,"html_url":"https://github.com/vavarm/websocket-chat-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vavarm/websocket-chat-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vavarm%2Fwebsocket-chat-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vavarm%2Fwebsocket-chat-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vavarm%2Fwebsocket-chat-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vavarm%2Fwebsocket-chat-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vavarm","download_url":"https://codeload.github.com/vavarm/websocket-chat-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vavarm%2Fwebsocket-chat-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008731,"owners_count":26084494,"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-10-11T02:00:06.511Z","response_time":55,"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":["chat","nodejs","websocket"],"created_at":"2024-11-19T17:57:54.519Z","updated_at":"2025-10-11T21:11:53.151Z","avatar_url":"https://github.com/vavarm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# websocket-chat-server\n\nA node.js software that allow clients communicate using WebSockets.\n\n# Require\n\nRefer to the \"websocket-chat-client\" repository (https://github.com/vavarm/websocket-chat-client) as an example of client.\n\n# Includes\n\nnpm modules:\n|Name            |Description                                 |Link                                     |\n|----------------|--------------------------------------------|-----------------------------------------|\n|ws              |WebSocket Library                           |https://www.npmjs.com/package/ws         |\n|uuid-random     |Random and unique identifier for each client|https://www.npmjs.com/package/uuid-random|\n|chalk           |Syntax highlighting in terminal             |https://www.npmjs.com/package/chalk      |\n\n# Graph\n\n```mermaid\ngraph LR\nA((Client 1: id)) -- Client/Server connection --\u003e S{Server: adress, port}\nB((Client 2: id)) -- Client/Server connection --\u003e S\nC((Client 3: id)) -- Client/Server connection --\u003e S\nA -- Client creates a room --\u003e Y[Room 1: name, password]\nB -- Client joins a room --\u003e Y\nC -- Client creates a room --\u003e Z[Room 2: name, password]\nS -- Server's room --\u003e Y\nS -- Server's room --\u003e Z\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvavarm%2Fwebsocket-chat-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvavarm%2Fwebsocket-chat-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvavarm%2Fwebsocket-chat-server/lists"}