{"id":28211071,"url":"https://github.com/darinm223/node-chat-app","last_synced_at":"2026-03-13T15:39:08.559Z","repository":{"id":17976312,"uuid":"20977415","full_name":"DarinM223/node-chat-app","owner":"DarinM223","description":"Old chat application project made a while ago","archived":false,"fork":false,"pushed_at":"2015-06-05T11:05:30.000Z","size":2674,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-24T00:50:27.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/DarinM223.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}},"created_at":"2014-06-18T20:44:44.000Z","updated_at":"2015-06-05T11:42:32.000Z","dependencies_parsed_at":"2022-08-26T10:41:38.387Z","dependency_job_id":null,"html_url":"https://github.com/DarinM223/node-chat-app","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DarinM223/node-chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Fnode-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Fnode-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Fnode-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Fnode-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DarinM223","download_url":"https://codeload.github.com/DarinM223/node-chat-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DarinM223%2Fnode-chat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30469329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-05-17T17:11:02.068Z","updated_at":"2026-03-13T15:39:08.538Z","avatar_url":"https://github.com/DarinM223.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Basic chat client/server using Socket.io\n========================================\n\n![Main Image](http://i.imgur.com/exhA9UP.png)\n\nThis is my first project using Node.js and Socket.io\n\nBasic Functionality\n-------------------\nChat messages are shown in the list on the left and the most recent\nmessage is at the top. The labels on the private messages use the format\n\n**[sender of message] [receiver of message] message**\n\nLogged in users other than yourself are shown in the list on the right.\nClicking on a user and then sending a message will send a private message\nto that user only. You can select multiple users to send a message to.\n\nInstallation\n------------\n\n###Requirements: mongodb\n\n###Tested on: Ubuntu 12.04, Ubuntu 14.04, Windows 8 64-bit\n\nAfter you clone the repository, you need to install all of the dependencies first\n\n(in directory of the cloned repository)\n\n    npm install\n\nFinally, to run the chat server:\n\n    node index.js\n\nThen open the browser and enter http://localhost:3700/\n\nThere are other options to run the server. If you run the server using the\n**supervisor** plugin you won't need to restart the server whenever you make changes\nto the node javascript files. To do that enter:\n\n    For Ubuntu:\n    npm start\n    For Windows:\n    node_modules\\.bin\\supervisor index.js\n\nTesting\n-------\n\nTo run all of the unit tests, enter:\n\n    For Ubuntu:\n    npm test\n    For Windows:\n    node_modules\\.bin\\mocha\n\nMake sure that Mongodb is running before running the tests, since they need a sample\ndatabase to test login/signup functionality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarinm223%2Fnode-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarinm223%2Fnode-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarinm223%2Fnode-chat-app/lists"}