Tagged articles
13 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Sep 9, 2023 · Frontend Development

How CodeBlitz Enables Container‑Free Web IDEs with OpenSumi

CodeBlitz is a pure‑frontend IDE framework built on OpenSumi that eliminates the need for backend containers, offering fast startup, flexible customization, and a rich plugin ecosystem for code reading, editing, and execution directly in the browser.

OpenSumicode editorcontainerless
0 likes · 11 min read
How CodeBlitz Enables Container‑Free Web IDEs with OpenSumi
Ant R&D Efficiency
Ant R&D Efficiency
Sep 9, 2023 · Frontend Development

CodeBlitz – An Open‑Source Pure Front‑End IDE Framework Based on OpenSumi

CodeBlitz is an open‑source, container‑free IDE framework built on OpenSumi that brings full‑stack code reading, syntax highlighting, editing, offline language services and WebSCM capabilities directly to the browser, targeting lightweight scenarios such as code review, conflict resolution, online exams, and SQL editing, and is already deployed within Ant Group and partner platforms.

Browser-based IDECodeBlitzOpenSumi
0 likes · 15 min read
CodeBlitz – An Open‑Source Pure Front‑End IDE Framework Based on OpenSumi
Alibaba Cloud Native
Alibaba Cloud Native
Aug 13, 2022 · Cloud Computing

Deploy Spring Boot and Express on Alibaba Cloud Serverless in 60 Minutes

This guide walks beginners through the concepts, advantages, and practical steps of using Alibaba Cloud Function Compute to deploy popular web frameworks like Spring Boot and Express, create a custom Web IDE, and configure domains, while highlighting serverless architecture benefits and cost considerations.

Alibaba CloudCloud NativeExpress
0 likes · 20 min read
Deploy Spring Boot and Express on Alibaba Cloud Serverless in 60 Minutes
DaTaobao Tech
DaTaobao Tech
Jul 29, 2022 · Frontend Development

Boosting Web IDE Terminal Performance with xterm.js and node-pty

This article explains how modern web IDEs implement an integrated terminal using xterm.js and node-pty, analyzes the performance bottlenecks caused by massive output and RPC contention, and presents a simple batching optimization inspired by Hyper that dramatically improves responsiveness.

WebSocketnode-ptyterminal performance
0 likes · 8 min read
Boosting Web IDE Terminal Performance with xterm.js and node-pty
21CTO
21CTO
Jul 10, 2022 · Backend Development

How to Use VS Code Server for Seamless Browser‑Based Remote Development

Microsoft’s new VS Code Server lets developers install a backend service on any local or cloud machine and access it securely through VS Code for Web, eliminating SSH setup and enabling full‑featured coding from a browser on any device after a simple CLI installation.

CLIMicrosoftRemote Development
0 likes · 5 min read
How to Use VS Code Server for Seamless Browser‑Based Remote Development
21CTO
21CTO
Jun 29, 2022 · Frontend Development

Why OpenSumi Is the Next‑Generation Open‑Source IDE Framework for Web and Electron

OpenSumi, the first highly customizable, high‑performance IDE development framework in China that supports both web and Electron, is now open‑source, offering extensive view customization, vertical‑domain support, cloud‑native integration, pure‑frontend deployment, and full VS Code plugin compatibility for building tailored IDE products.

ElectronIDE frameworkOpenSumi
0 likes · 10 min read
Why OpenSumi Is the Next‑Generation Open‑Source IDE Framework for Web and Electron
Programmer DD
Programmer DD
Jun 29, 2022 · Frontend Development

Why OpenSumi Is the Next‑Generation IDE Framework for Web and Electron Developers

OpenSumi, the first domestically developed high‑performance, highly customizable IDE framework compatible with VS Code plugins, enables developers to quickly build web or Electron‑based IDEs with extensive view customization, cloud integration, pure‑frontend deployment, and full VS Code plugin support, addressing common limitations of existing open‑source solutions.

ElectronIDE frameworkOpenSumi
0 likes · 12 min read
Why OpenSumi Is the Next‑Generation IDE Framework for Web and Electron Developers
Code Ape Tech Column
Code Ape Tech Column
Nov 9, 2021 · Fundamentals

How to Use GitHub1s for One‑Second Code Browsing on GitHub

This article introduces GitHub1s, a web‑based tool that lets developers read any GitHub repository's source code instantly by appending “1s” to the URL, offering a VS Code‑like read‑only experience without installation, and demonstrates its usage with examples such as the Spring Boot project.

code browsingdeveloper toolsgithub1s
0 likes · 3 min read
How to Use GitHub1s for One‑Second Code Browsing on GitHub
Liangxu Linux
Liangxu Linux
Feb 27, 2021 · Frontend Development

Open Any GitHub Repo in VS Code Instantly – No Clone Needed

Learn how to use GitHub1s to open any GitHub repository directly in a browser‑based VS Code environment within seconds, explore its features, understand the underlying VS Code extension architecture, and bypass API rate limits with OAuth authentication.

frontendgithub-apigithub1s
0 likes · 8 min read
Open Any GitHub Repo in VS Code Instantly – No Clone Needed
Hujiang Technology
Hujiang Technology
Jun 13, 2017 · Frontend Development

Designing Data Structures for a Visual H5 Page Editor (Web IDE)

The article explains how to design a data‑driven architecture for a visual H5 page editor, detailing the abstraction of pages, elements, and history into structured objects, and showing how front‑end developers can map complex UI interactions to clean, editable data models.

Data StructureH5Visual Editor
0 likes · 14 min read
Designing Data Structures for a Visual H5 Page Editor (Web IDE)