{"id":15309368,"url":"https://github.com/giangmd/nodejs-socket.io-learning","last_synced_at":"2026-02-07T00:04:35.927Z","repository":{"id":49011062,"uuid":"209209306","full_name":"giangmd/nodejs-socket.io-learning","owner":"giangmd","description":"Chat App with NodeJS and Socket.IO","archived":false,"fork":false,"pushed_at":"2022-12-11T06:14:59.000Z","size":108,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"feature/generate","last_synced_at":"2025-07-22T13:43:21.849Z","etag":null,"topics":["nodejs","nodejs-chat","socket-io"],"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/giangmd.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":"2019-09-18T03:29:15.000Z","updated_at":"2023-06-16T04:35:51.000Z","dependencies_parsed_at":"2023-01-26T17:02:27.791Z","dependency_job_id":null,"html_url":"https://github.com/giangmd/nodejs-socket.io-learning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/giangmd/nodejs-socket.io-learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giangmd%2Fnodejs-socket.io-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giangmd%2Fnodejs-socket.io-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giangmd%2Fnodejs-socket.io-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giangmd%2Fnodejs-socket.io-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giangmd","download_url":"https://codeload.github.com/giangmd/nodejs-socket.io-learning/tar.gz/refs/heads/feature/generate","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giangmd%2Fnodejs-socket.io-learning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29181265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T23:15:33.022Z","status":"ssl_error","status_checked_at":"2026-02-06T23:15:09.128Z","response_time":59,"last_error":"SSL_read: 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":["nodejs","nodejs-chat","socket-io"],"created_at":"2024-10-01T08:22:44.767Z","updated_at":"2026-02-07T00:04:35.905Z","avatar_url":"https://github.com/giangmd.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nodejs Socket.io Chat Simple App for Learning\n\nA simple Nodejs code for a Chat App\n\n---\n## Requirements\n\nFor development, you will only need Node.js and a node global package, NPM, installed in your environement.\n\n### Node\n- #### Node installation on Windows\n\n  Just go on [official Node.js website](https://nodejs.org/) and download the installer.\nAlso, be sure to have `git` available in your PATH, `npm` might need it (You can find git [here](https://git-scm.com/)).\n\n- #### Node installation on Ubuntu\n\n  You can install nodejs and npm easily with apt install, just run the following commands.\n\n      $ sudo apt install nodejs\n      $ sudo apt install npm\n\n- #### Other Operating Systems\n  You can find more information about the installation on the [official Node.js website](https://nodejs.org/) and the [official NPM website](https://npmjs.org/).\n\nIf the installation was successful, you should be able to run the following command.\n\n    $ node --version\n    v8.11.3\n\n    $ npm --version\n    6.1.0\n\nIf you need to update `npm`, you can make it using `npm`! Cool right? After running the following command, just open again the command line and be happy.\n\n    $ npm install npm -g\n\n###\n### NPM installation\n  After installing node, this project will need npm too, so just run the following command.\n\n      $ npm install\n\n---\n\n## Setup the project\n\n    $ git clone https://github.com/giangmd/nodejs-socket.io-learning.git PROJECT_TITLE\n    $ cd PROJECT_TITLE\n    $ npm install\n\n## Running the project\n\n    $ node app.js\n\n## Branch for functions\n    `feature/generate` for Generate Chat function\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiangmd%2Fnodejs-socket.io-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiangmd%2Fnodejs-socket.io-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiangmd%2Fnodejs-socket.io-learning/lists"}