{"id":20375630,"url":"https://github.com/juliolmuller/studying-feathers","last_synced_at":"2026-05-10T10:42:07.465Z","repository":{"id":49609843,"uuid":"288348977","full_name":"juliolmuller/studying-feathers","owner":"juliolmuller","description":"Simple application to learn Feathers framework for web sockets.","archived":false,"fork":false,"pushed_at":"2023-04-12T02:47:46.000Z","size":275,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T21:51:22.566Z","etag":null,"topics":["feathers","javascript","nodejs","websocket"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliolmuller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-08-18T03:52:16.000Z","updated_at":"2023-04-12T01:47:02.000Z","dependencies_parsed_at":"2025-01-15T06:15:18.809Z","dependency_job_id":"c1c887d9-4d8f-4fe2-8c8e-f58b79b5bd8c","html_url":"https://github.com/juliolmuller/studying-feathers","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/juliolmuller/studying-feathers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliolmuller%2Fstudying-feathers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliolmuller%2Fstudying-feathers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliolmuller%2Fstudying-feathers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliolmuller%2Fstudying-feathers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliolmuller","download_url":"https://codeload.github.com/juliolmuller/studying-feathers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliolmuller%2Fstudying-feathers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27450533,"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-12-02T02:00:06.387Z","response_time":54,"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":["feathers","javascript","nodejs","websocket"],"created_at":"2024-11-15T01:32:14.321Z","updated_at":"2025-12-02T10:03:47.893Z","avatar_url":"https://github.com/juliolmuller.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  :books: Simple App with Feathers.js\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#trophy-lessons-learned\"\u003eLessons Learned\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#rocket-technologies--resources\"\u003eTechnologies\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#hammer-setting-up-the-environment\"\u003eEnvironment Setup\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#zap-features\"\u003eFeatures\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?labelColor=000000\u0026color=007bff\u0026label=created%20at\u0026message=Aug%202020\" alt=\"Creation Date\" /\u003e\n\n  \u003cimg src=\"https://img.shields.io/github/last-commit/juliolmuller/studying-feathers?label=updated%20at\u0026labelColor=000000\u0026color=007bff\" alt=\"Update Date\" /\u003e\n\n  \u003cimg src=\"https://img.shields.io/github/v/tag/juliolmuller/studying-feathers?label=latest%20version\u0026labelColor=000000\u0026color=007bff\" alt=\"Latest Version\" /\u003e\n\n  \u003cimg src=\"https://img.shields.io/static/v1?labelColor=000000\u0026color=007bff\u0026label=PRs\u0026message=welcome\" alt=\"Pull Requests Welcome\" /\u003e\n\n  \u003cimg src=\"https://img.shields.io/github/license/juliolmuller/studying-feathers?labelColor=000000\u0026color=007bff\" alt=\"Project License\" /\u003e\n\u003c/p\u003e\n\n![Application snapshot](./public/img/app-overview.jpg)\n\nSimple application developed to learn a web socket framework for Node.js. Completely based on Traversy Media's [crash course available in YouTube](https://www.youtube.com/watch?v=8y33WCVkLwc).\n\n## :trophy: Lessons Learned\n\n- Feathers configuration in backend;\n- Feathers configuration in frontend;\n\n## :rocket: Technologies \u0026 Resources\n\n**Backend:**\n- Express\n- Feathers.js 4\n- Socket.io 2\n\n**Frontend:**\n- Feathers.js 4 (client)\n- Socket.io 2 (client-side)\n\n**Development:**\n- Visual Studio Code\n- Node.js routines\n\n## :hammer: Setting up the Environment\n\nMake sure to have **Node.js 10+** installed in your machine and its **npm** available in the command line, then use the following command to start the server:\n\n```bash\n$ npm install   # Download dependencies\n$ npm run watch # Run development server\n$ npm start     # Start the server\n```\n\n## :zap: Features\n\n- [x] Web socket creation;\n- [x] Submission of a form with real-time feedback;\n- [x] Deploy application on Heroku;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliolmuller%2Fstudying-feathers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliolmuller%2Fstudying-feathers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliolmuller%2Fstudying-feathers/lists"}