{"id":17484776,"url":"https://github.com/creationix/boxcode","last_synced_at":"2025-07-23T16:41:34.623Z","repository":{"id":6130269,"uuid":"7358593","full_name":"creationix/boxcode","owner":"creationix","description":"A tiling code editor","archived":false,"fork":false,"pushed_at":"2013-01-08T19:33:41.000Z","size":1707,"stargazers_count":22,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-10T02:55:09.221Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/creationix.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-12-28T19:15:01.000Z","updated_at":"2024-09-08T22:21:08.000Z","dependencies_parsed_at":"2022-09-15T12:31:35.631Z","dependency_job_id":null,"html_url":"https://github.com/creationix/boxcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/creationix/boxcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fboxcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fboxcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fboxcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fboxcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creationix","download_url":"https://codeload.github.com/creationix/boxcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fboxcode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266715837,"owners_count":23973346,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-10-19T01:08:31.656Z","updated_at":"2025-07-23T16:41:34.395Z","avatar_url":"https://github.com/creationix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BoxCode\n\nBoxCode is a tiling code editor.\n\n## Running locally\n\nBoxCode can run out-of-the-box as either a traditional node.js web app or a node-webkit desktop app.\n\nIn either case you want to download the code (using git clone or github's tarball downloads)\n\n    git clone https://github.com/creationix/boxcode.git\n    cd boxcode\n\nThen you need to install it's dependencies using npm (If you don't already have node.js installed, do that too)\n\n    npm install\n\n### As webapp\n\nNow at this point, you can run the server and point a browser to it.\n\n    node server.js\n    # Point a browser to http://localhost:8080/\n\nI'm trying to work in the latest versions of the major browsers, but not everything works perfectly.  In Chrome, for example, there is no way a web app can intercept Control/Command + W, it will always close the browser tab.  If you open the page in app mode however, it will work fine. (See Tools -\u003e Create Application Shortcut)\n\nIn this mode the fs module is implemented as an RPC system over binary websockets to the node server using msgpack for data serialization.\n\n### As a desktop app\n\nDownload the latest node-webkit from \u003chttps://github.com/rogerwang/node-webkit\u003e.  Unzip this and place the `nw` executable and it's other files in the root of the `boxcode` folder.  Then execute `nw` to start the app.\n\nIn this version, the fs module *is* the node.js fs module running in the same context as the browser code.  There is no websocket/msgpack bridge needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreationix%2Fboxcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreationix%2Fboxcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreationix%2Fboxcode/lists"}