{"id":28120839,"url":"https://github.com/jquagliatini/angular-chat","last_synced_at":"2026-04-30T10:02:58.194Z","repository":{"id":91442937,"uuid":"93257559","full_name":"jquagliatini/angular-chat","owner":"jquagliatini","description":"a angular chat ","archived":false,"fork":false,"pushed_at":"2017-06-03T15:44:52.000Z","size":315,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T07:51:05.854Z","etag":null,"topics":["angular","chat","websocket"],"latest_commit_sha":null,"homepage":null,"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/jquagliatini.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,"zenodo":null}},"created_at":"2017-06-03T15:40:41.000Z","updated_at":"2017-06-03T15:45:34.000Z","dependencies_parsed_at":"2024-05-03T00:47:33.262Z","dependency_job_id":null,"html_url":"https://github.com/jquagliatini/angular-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jquagliatini/angular-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jquagliatini%2Fangular-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jquagliatini%2Fangular-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jquagliatini%2Fangular-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jquagliatini%2Fangular-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jquagliatini","download_url":"https://codeload.github.com/jquagliatini/angular-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jquagliatini%2Fangular-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["angular","chat","websocket"],"created_at":"2025-05-14T07:41:48.544Z","updated_at":"2026-04-30T10:02:58.188Z","avatar_url":"https://github.com/jquagliatini.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Chat\n\nThis project is an angular application, written using [Typescript](http://www.typescriptlang.org/) version 2.0.0,\nand [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0-beta.32.3.\n\n\n## Running the application\n\nThe application requires the [websocket sever](https://github.com/1M0reBug/angular-chat-server) to be running, otherwise, it will fail to start.\nYou may refer to the server Readme to know how to launch it (`npm start`).\n\nThe best way to run the application is to use the files in the `dist/` folder.\nTo run a python server under Unix systems it is possible to use the following command:\n\n```shell\n$ cd dist\n$ python -m SimpleHTTPServer\nServing HTTP on 0.0.0.0 port 8000 ...\n```\n\nThen it is possible to navigate to [localhost:8000](http://localhost:8000) and see the\napplication running.\n\nWhen the app launches, the user is given a random nick name. This username is displayed at the top\nleft corner\n\n![capture-displayed-nickname](captures/capture-nick.png)\n\nIt is possible to change the username by clicking on this username. An editing field\nwill appear, giving the possibility to update the username.\n\n![capture-updating-nickname](captures/capture-changed-nick.png)\n\nWhen submited the new username is broadcasted to everyone displaying an update message\nand updating the list of connected users.\n\n![capture-new-nickname-message](captures/nickname-message.png)\n\n## Dependencies (if needed)\n\nIn order to install the ng-cli you can visit the official documentation.\n\n```shell\n$ npm install --global @angular/cli\n```\n\n## Roadmap\n\n- [x] There is a single chat room\n- [x] All connected users are visible in the room\n- [x] All users get auto-generated user names when they connect\n- [x] A user should be able to change their name\n- [x] All users can send and read messages\n\n\n## Development server\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjquagliatini%2Fangular-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjquagliatini%2Fangular-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjquagliatini%2Fangular-chat/lists"}