{"id":33160603,"url":"https://github.com/app/node-graphql-frameworkless","last_synced_at":"2026-01-30T17:07:45.748Z","repository":{"id":66595953,"uuid":"321029347","full_name":"app/node-graphql-frameworkless","owner":"app","description":"Drop-in template/boilerplate for plain frameworkless Node.js+GraphQL server application start","archived":false,"fork":false,"pushed_at":"2021-02-06T13:16:38.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T15:03:28.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/app.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}},"created_at":"2020-12-13T09:35:54.000Z","updated_at":"2021-09-24T14:09:52.000Z","dependencies_parsed_at":"2023-11-22T11:00:39.755Z","dependency_job_id":null,"html_url":"https://github.com/app/node-graphql-frameworkless","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/app/node-graphql-frameworkless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app%2Fnode-graphql-frameworkless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app%2Fnode-graphql-frameworkless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app%2Fnode-graphql-frameworkless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app%2Fnode-graphql-frameworkless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app","download_url":"https://codeload.github.com/app/node-graphql-frameworkless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app%2Fnode-graphql-frameworkless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-11-15T22:00:27.186Z","updated_at":"2026-01-30T17:07:45.740Z","avatar_url":"https://github.com/app.png","language":"JavaScript","readme":"## Drop-in template/boilerplate for plain/frameworkless Node.js+GraphQL server application start\nSimple GraphQL API Node.js application — is the best usage case of the template.  \n\n### How to install and use\nTo install  \n```\ngit clone https://github.com/app/node-graphql-frameworkless.git my-best-app\ncd my-best-app\nrm -Rf .git \u0026\u0026 git init \u0026\u0026 git add . \u0026\u0026 git commit -m Import\nnpm i\n```\nTo run\n```\nnpm run dev\n```\nTo run hello graphql query\n```\n./run-gql.sh hello.gql\n```\nServer's schema introspection query\n```\n./utils/get-schema.sh\n```\n\n### Main features\n- Command line oriented development. No IDE, no framework, just your faivorite code editor and powerful set of tools \n- Hot page and resource reloading while code editing in development mode\n- No paths in imports. Just dependency name for vendor libs as well as your modules located in \n `app/node_modules` folder for Node’s dependencies resolution algorithm  \n\n### Folders structure\n\n- `/app` — server side application code folder\n- `/app/node_modules` - place your server modules here\n- `/deploy` — files and guides for server app deployment\n\n### How to use in development\nAdd your code modules inside ```/app/node_modules/``` folder  \nImport modules GraphQL types and resolvers in ./app/server.js  \nStart you server app with\n```\nnpm run dev\n```\n### How to use for production\nIf you planning docker deployment\n```\nnpm start\n```\nOr setup and start ```systemd``` service with [this example](deploy/README.md)  \n\n### Troubleshooting\n#### Safe Write\nSome text editors and IDE's have a feature called safe write that basically prevents data loss, by taking a copy of the file and renaming it when saved.  \n  \nThis feature blocks the automatic detection of file updates. To disable safe write use the options provided below:  \n\n- Sublime Text 3 add atomic_save: \"false\" to your user preferences.  \n- IntelliJ use search in the preferences to find \"safe write\" and disable it.  \n- Vim add :set backupcopy=yes to your settings.  \n- WebStorm uncheck Use \"safe write\" in Preferences \u003e Appearance \u0026 Behavior \u003e System Settings.  \n\n### References\n- Node API Reference\n- [plain vanilla node.js intro tutorial](https://gist.github.com/shimondoodkin/6213581)\n- [Working without frameworks](https://medium.com/node-js-javascript/working-without-frameworks-part-1-b948f281f782)\n- [Running Node.js on Linux with systemd](https://blog.codeship.com/running-node-js-linux-systemd/)\n- [Parcel bundler](https://parceljs.org/)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":["Examples"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp%2Fnode-graphql-frameworkless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp%2Fnode-graphql-frameworkless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp%2Fnode-graphql-frameworkless/lists"}