{"id":19252413,"url":"https://github.com/jbutko/expressjs-socket.io-angularjs-boilerplate","last_synced_at":"2025-08-15T21:35:28.030Z","repository":{"id":78665787,"uuid":"77611537","full_name":"jbutko/ExpressJS-Socket.IO-AngularJS-Boilerplate","owner":"jbutko","description":"ExpressJS, Socket.IO \u0026 AngularJS Boilerplate","archived":false,"fork":false,"pushed_at":"2017-01-09T08:12:46.000Z","size":60,"stargazers_count":55,"open_issues_count":0,"forks_count":22,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-23T19:07:35.584Z","etag":null,"topics":["angularjs-client","expressjs","expressjs-api","socket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jbutko.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":"2016-12-29T12:44:19.000Z","updated_at":"2023-10-02T06:02:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"58407b37-a977-409f-b26e-a17f90bc7836","html_url":"https://github.com/jbutko/ExpressJS-Socket.IO-AngularJS-Boilerplate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jbutko/ExpressJS-Socket.IO-AngularJS-Boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbutko%2FExpressJS-Socket.IO-AngularJS-Boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbutko%2FExpressJS-Socket.IO-AngularJS-Boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbutko%2FExpressJS-Socket.IO-AngularJS-Boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbutko%2FExpressJS-Socket.IO-AngularJS-Boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbutko","download_url":"https://codeload.github.com/jbutko/ExpressJS-Socket.IO-AngularJS-Boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbutko%2FExpressJS-Socket.IO-AngularJS-Boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270631870,"owners_count":24619384,"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-08-15T02:00:12.559Z","response_time":110,"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":["angularjs-client","expressjs","expressjs-api","socket"],"created_at":"2024-11-09T18:26:46.459Z","updated_at":"2025-08-15T21:35:27.993Z","avatar_url":"https://github.com/jbutko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExpressJS, Socket.IO \u0026 AngularJS Boilerplate\n\nDo not waste your valuable time when you are starting with new project by configuring app and folder structure - use *ExpressJS, Socket.IO \u0026 AngularJS Boilerplate* and start working straight on what really matters.\n\n***\n\n## FEATURES:\n*Server* [[documentation]](https://github.com/jbutko/ExpressJS-Socket.IO-AngularJS-Boilerplate/blob/master/server/README.md)\n* ExpressJS API with JSON web token (JWT) authentification\n* Socket.IO for realtime messages implemented both on ExpressJS API as well as AngularJS client\n* Mocha test runner to test your ExpressJS app\n* Tests for user controller\n* Built in packages for paginated responses or request parameters checking with express-validator\n* Postman collection to test out API endpoints in Postman desktop app\n* PM2 process files in JSON format for dev/production enviroments\n\n*Client* [[documentation]](https://github.com/jbutko/ExpressJS-Socket.IO-AngularJS-Boilerplate/blob/master/client/README.md)\n* Component oriented AngularJS client app built on version 1.6.x\n* Token based user authetification (Auth component and Auth interceptor)\n* Routes for user signup,change user password, user list and update user\n* SASS preprocessor with bootstrap grid system\n* Gulp with browser-sync for serving app including tasks for SASS files compilation, JShint linting or build task for generating minified production version\n* UI-Router for seamless AngularJS routing\n\n***\n## SETUP\n```bash\ngit clone https://github.com/jbutko/ExpressJS-Socket.IO-AngularJS-Boilerplate.git myProject\n```\n*Server*\n```bash\ncd myProject/server \u0026\u0026 npm install \u0026\u0026 npm start\n```\n*Client*\n```bash\ncd myProject/client \u0026\u0026 npm install \u0026\u0026 gulp\n```\n\n## Contact\nCopyright (C) 2017 Jozef Butko\u003cbr\u003e\n[www.jozefbutko.com](http://www.jozefbutko.com)\u003cbr\u003e\n[www.github.com/jbutko](http://www.github.com/jbutko)\u003cbr\u003e\n[@jozefbutko](http://www.twitter.com/jozefbutko)\u003cbr\u003e\nReleased under MIT license\n\n## Changelog\n### 1.0.1\n- 1.0.1: cleanup\u003cbr\u003e\n07.01.2017\n\n### 1.0.0\n- 1.0.0: initial release\u003cbr\u003e\n07.01.2017\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbutko%2Fexpressjs-socket.io-angularjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbutko%2Fexpressjs-socket.io-angularjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbutko%2Fexpressjs-socket.io-angularjs-boilerplate/lists"}