Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lstkz/live-ide
IDE in the browser with real-time collaboration.
https://github.com/lstkz/live-ide
Last synced: about 2 months ago
JSON representation
IDE in the browser with real-time collaboration.
- Host: GitHub
- URL: https://github.com/lstkz/live-ide
- Owner: lstkz
- License: mit
- Created: 2021-09-13T09:08:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T13:26:34.000Z (over 3 years ago)
- Last Synced: 2024-11-11T11:44:57.531Z (2 months ago)
- Language: TypeScript
- Homepage: https://live-ide.dev
- Size: 685 KB
- Stars: 25
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - live-ide - time collaboration. | lstkz | 18 | (TypeScript)
README
# live-ide.dev
This is a monorepo for frontend and backend code for https://live-ide.dev.
## Requirements
- node v14
- ts-node (`npm i -g ts-node`)
- yarn (run `yarn` in root directory)
- mongodb v5
- rabbitmq
- AWS## Features
- IDE that runs in the browser without servers.
- Custom module resolver, and custom cdn hosting.
- Bundling to ESModules.
- Live collaboration using websockets.
- Live preview (mini-browser).## Local development
TODO
If you are interested in local development, let me know. It's required to set up some resources using Pulumi.## LICENSE
MIT