{"id":21766469,"url":"https://github.com/kastorcode/gostack-live-29-socketio","last_synced_at":"2026-04-02T03:02:17.378Z","repository":{"id":123500463,"uuid":"406133891","full_name":"kastorcode/gostack-live-29-socketio","owner":"kastorcode","description":"Live #24 of the Rocketseat GoStack Bootcamp: Introduction to SocketIO in NodeJS.","archived":false,"fork":false,"pushed_at":"2021-09-13T21:25:53.000Z","size":459,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-08T13:32:28.793Z","etag":null,"topics":["backend","bee-queue","bootcamp","css","express","frontend","fullstack","gobarber","gostack","html","javascript","live","matheus","mongodb","nodejs","postgresql","reactjs","redis","rocketseat","socketio"],"latest_commit_sha":null,"homepage":"https://rocketseat.com.br","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/kastorcode.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":"2021-09-13T21:25:19.000Z","updated_at":"2021-09-13T21:53:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"9956c331-b919-4c0e-a549-873ff416f881","html_url":"https://github.com/kastorcode/gostack-live-29-socketio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kastorcode/gostack-live-29-socketio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-live-29-socketio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-live-29-socketio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-live-29-socketio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-live-29-socketio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kastorcode","download_url":"https://codeload.github.com/kastorcode/gostack-live-29-socketio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kastorcode%2Fgostack-live-29-socketio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["backend","bee-queue","bootcamp","css","express","frontend","fullstack","gobarber","gostack","html","javascript","live","matheus","mongodb","nodejs","postgresql","reactjs","redis","rocketseat","socketio"],"created_at":"2024-11-26T13:17:39.233Z","updated_at":"2026-04-02T03:02:17.371Z","avatar_url":"https://github.com/kastorcode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GoStack Bootcamp Live 29\n\n\u003e 🚀 Practical project of the [Rocketseat](https://rocketseat.com.br) GoStack Bootcamp.  \n👷 Developed by Matheus Ramalho de Oliveira.  \n🔨 Systems Analyst, Full-Stack Developer.  \n🏡 Goiânia, Goiás, Brasil.  \n✉️ kastorcode@gmail.com  \n👍 [instagram.com/kastorcode](https://www.instagram.com/kastorcode)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/gostack.png\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    Live 24: Socket.IO\n\u003c/p\u003e\n\n---\n\n### Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"frontend/screenshots/1.png\" width=\"375\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"frontend/screenshots/2.png\" width=\"375\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"frontend/screenshots/3.png\" width=\"768\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"frontend/screenshots/4.png\" width=\"768\" /\u003e\n\u003c/p\u003e\n\n---\n\n### 🚀 Backend installation and execution\n\n1. Make a clone of this repository;\n2. Enter the folder running `cd gostack-live-29-socketio/backend`;\n3. Run `yarn` to install dependencies;\n4. Make sure you have three [Docker containers](https://www.docker.com/resources/what-container) running: [PostgreSQL](https://hub.docker.com/_/postgres), [MongoDB](https://hub.docker.com/_/mongo) and [Redis](https://hub.docker.com/_/redis);\n5. Rename the `.env.example` file to `.env`;\n6. Put your credentials within `.env`;\n7. Create a database in `postgres` with the name of `gobarber`;\n8. Run `yarn sequelize db:migrate` to execute the migrations;\n9. Run `yarn dev` to start the development server;\n10. Run `yarn queue` in another terminal to start the processing queue in the background;\n11. Import the `backend/insomnia/index.json` file in Insomnia to make calls to api.\n\n### 🚀 Frontend installation and execution\n\n1. Open the terminal in the `gostack-live-29-socketio/frontend` folder;\n2. Run `yarn` to install dependencies;\n3. Run `yarn start` to start the development server;\n4. Open the address `http://localhost:3000` in the browser.\n\n---\n\n### 🗓 ️Roadmap\n\n- Introduction to Node.js\n- Creating Node.js project\n- Continuing Node.js project\n- CSS Flexbox\n- UI Design\n- Introduction to React\n- First project with ReactJS\n- First project with React Native\n- Front-end documentation\n- Flux architecture\n- Using React Hooks\n- Server-side rendering(SSR) with ReactJS\n- GraphQL\n- Expo\n- Creating ReactJS project\n- Creating React Native project\n- Animations with React Native\n- Full-stack app development\n- Node.js tests\n- Node.js deploy\n- ReactJS tests\n- React Native tests\n- ReactJS deploy\n- React Native publication\n- WebSocket with Express\n- Advanced patterns at Node.js\n- OmniStack SaaS(software as a service) and AdonisJS\n- Final challenge\n- Monorepo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkastorcode%2Fgostack-live-29-socketio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkastorcode%2Fgostack-live-29-socketio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkastorcode%2Fgostack-live-29-socketio/lists"}