{"id":13567888,"url":"https://github.com/lukasbach/devsession","last_synced_at":"2025-04-04T02:33:32.947Z","repository":{"id":39549723,"uuid":"179736554","full_name":"lukasbach/devsession","owner":"lukasbach","description":"Open-Source collaborative IDE with many features and extremely quick setup","archived":false,"fork":false,"pushed_at":"2022-12-09T20:15:05.000Z","size":2414,"stargazers_count":22,"open_issues_count":51,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-01T13:39:00.344Z","etag":null,"topics":["collaboration","development","editor","ide","javascript","linux","macos","nodejs","tool","windows"],"latest_commit_sha":null,"homepage":"https://devsession.js.org","language":"TypeScript","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/lukasbach.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":"2019-04-05T18:41:16.000Z","updated_at":"2024-01-27T22:19:38.000Z","dependencies_parsed_at":"2023-01-25T23:31:48.016Z","dependency_job_id":null,"html_url":"https://github.com/lukasbach/devsession","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Fdevsession","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Fdevsession/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Fdevsession/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Fdevsession/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukasbach","download_url":"https://codeload.github.com/lukasbach/devsession/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223089141,"owners_count":17085788,"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":["collaboration","development","editor","ide","javascript","linux","macos","nodejs","tool","windows"],"created_at":"2024-08-01T13:02:48.026Z","updated_at":"2024-11-04T23:31:10.280Z","avatar_url":"https://github.com/lukasbach.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# DevSession\n[![Build Status](https://travis-ci.com/lukasbach/devsession.svg?branch=master)](https://travis-ci.com/lukasbach/devsession)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_devsession\u0026metric=ncloc)](https://sonarcloud.io/dashboard?id=lukasbach_devsession)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_devsession\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=lukasbach_devsession)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_devsession\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=lukasbach_devsession)\n[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_devsession\u0026metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=lukasbach_devsession)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_devsession\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=lukasbach_devsession)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_devsession\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=lukasbach_devsession)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_devsession\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=lukasbach_devsession)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_devsession\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=lukasbach_devsession)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=lukasbach_devsession\u0026metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=lukasbach_devsession)\n\nOpen-Source collaborative IDE with many features and extremely quick setup!\n\nCurrently work-in-progress/early alpha, but you can try it out with ``npx devsession`` in\nthe directory in which you want to start a coding session, or by downloading the GUI starter\nfrom the [latest release](https://github.com/lukasbach/devsession/releases/latest).\n\nMore details are available on the devsession website: \n[https://lukasbach.github.io/devsession/](https://lukasbach.github.io/devsession/)\n\n## CLI\n\nYou can run devsession from anywhere by entering ``npx devsession``, which will automatically download, \ninstall and run devsession. You can install it globally by entering ``npm i -g devsession``, so you can\njust invoke ``devsession`` at any time.\n\nYou can also install devsession as a dev dependency to your project and create an npm script in your\n``package.json`` with preset CLI arguments to quickly enter a session that fits the projects needs.\n\nYou can use the following arguments:\n\n* ``-p, --port [port]``, The port on which to run the server. Defaults to 8020.\n* ``-k, --adminkey [key]``, This key can be used to register a user as an admin. Defaults to a random string.\n* ``-d, --dir [dir]``, The project directory. Defaults to the current directory.\n* ``-v, --verbose``, Log all socket messages for debugging.\n* ``-a, --autosave``, Duration (in seconds) of periodic auto saving of all open files. 0 = disabled. Defaults to 120.\n\n## Building/Contributing\n\nThe project is set up as a monorepo using Lerna. Note that, prior to doing anything else and \nespecially prior to installing dependencies, you need to run ``npx lerna link`` to establish\nsymlinks between the packages.\n\n * To start developing, run ``yarn \u0026\u0026 yarn start`` in the root directory. This will start\n   a development server for the backend and the frontend and automatically recompile if\n   changes are detected. The backend starts on port 8020, the frontend on port 3000.\n   To debug, open the frontend from the url:\n   ``http://localhost:3000/?adminkey=adminkey\u0026backend=http://localhost:8020``\n   \n * To run a new build, run ``yarn \u0026\u0026 yarn build``. This will build the common package,\n   the backend, the frontend, the website and the guistarter app.\n   \n * To release a new version, run ``yarn \u0026\u0026 yarn pub``. This will build everything, bump\n   versions for all packages, upload new versions for the packages which are deployed\n   on npm and commit and push the version bumps. The CI pipeline will pick that up and\n   redeploy the website and attach the guistarter binaries with the github release.\n   \n## Acknowledgements\n\nNotable third-party frameworks used are:\n\n * Microsofts Monaco as editor frontend\n * Microsofts Typescript as primary programming language\n * Facebooks React for frontend development\n * Redux and Palantirs Redoodle for state management\n * Palantirs BlueprintJs as UI library\n * ExpressJS for the backend\n * Socket.io for real-time communication between frontend and backend\n * Electron for creating a standalone binary of the GUI starter\n * ngrok and localtunnel as built-in port-forwarding service\n * Node-pty for running terminals in the backend\n * xterm for displaying terminals in the frontend\n \n ...as well as many others.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasbach%2Fdevsession","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasbach%2Fdevsession","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasbach%2Fdevsession/lists"}