{"id":21316094,"url":"https://github.com/cjsaylor/nodesole","last_synced_at":"2025-07-01T08:36:58.559Z","repository":{"id":3857603,"uuid":"4942509","full_name":"cjsaylor/nodesole","owner":"cjsaylor","description":"[Not maintained] Nodesole is a collaborative web console tool with plugin-and-play commands and events.","archived":false,"fork":false,"pushed_at":"2013-05-14T01:36:39.000Z","size":439,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-22T11:07:35.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/cjsaylor.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}},"created_at":"2012-07-08T00:16:49.000Z","updated_at":"2017-02-17T14:28:28.000Z","dependencies_parsed_at":"2022-09-08T05:20:16.871Z","dependency_job_id":null,"html_url":"https://github.com/cjsaylor/nodesole","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cjsaylor/nodesole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fnodesole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fnodesole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fnodesole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fnodesole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjsaylor","download_url":"https://codeload.github.com/cjsaylor/nodesole/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fnodesole/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261282322,"owners_count":23134940,"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","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":"2024-11-21T18:29:41.012Z","updated_at":"2025-06-22T11:07:49.323Z","avatar_url":"https://github.com/cjsaylor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nodesole\n\nNodesole is a collaborative web console tool with scriptable events.\n\n## Requirements\n\n* Node: v0.10.4+\n\n## Installation\n\nYou can install from npm:\n\n```shell\nnpm install nodesole\n```\n\nOr from git:\n\n1. Clone repo to a directory\n1. Run `npm install`\n\nIn either case: copy distribution configuration to runnable configuration:\n  * `cp server/config.js-dist server/config.js\n  * `cp client/js/config.js-dist client/js/config.js\n\n## Running\n\n```shell\nnode server/bin/main.js\n```\n\nor\n\n```shell\nnpm start\n```\n\n## Extension System\n\nNodesole's system is extendable by creating a script in the `server/scripts` directory.  This allows\nfor the creation of custom commands and actions.\n\nSee [nodesole-scripts](https://github.com/cjsaylor/nodesole-scripts) for implementation details.\n\n## Socket.io connection via API Key\n\nIt is possible to connect to Nodesole's socket.io interface through with use of an access key:\n\n1. Create `api.json` in the root directory of nodesole.\n2. Added an array of users you wish to have access via an API key (see `a` below).\n3. When creating the connection, set the query option to contain the API key (see `b` below)\n\n`a`:\n\n```\n[\n\t{\n\t\t\"username\": \"someuser\",\n\t\t\"key\": \"a94a8fe5ccb19ba61c4c0873d391e987982fbbd3\"\n\t}\n]\n```\n\n`b`:\n\n```javascript\nvar socket = io.connect('localhost', {\n\tquery: 'key=a94a8fe5ccb19ba61c4c0873d391e987982fbbd3'\n});\n```\n\n## Roadmap\n\n* Test cases for server app.\n* Logging throughout event structure of server app.\n\n## Open Source Used\n\n* The brilliant [jquery.terminal](https://github.com/jcubic/jquery.terminal)\n* [socket.io](https://github.com/LearnBoost/socket.io)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012-2013 Chris Saylor \u003ccjsaylor@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjsaylor%2Fnodesole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjsaylor%2Fnodesole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjsaylor%2Fnodesole/lists"}