Chromium for Application

AIGC Browser 2021-07-28 09:56:06
    Chromium for Application,顾名思义,是Chromium工程面向具体桌面应用的开发技术,当微软立足于Chromium Project打造Edge浏览器的时候,Chromium可以说彻底征服了互联网世界。我们创造这个社区的宗旨是,给出一种全新的技术思路,允许开发者自己打造Chromium的浏览进程,进而允许开发者方便的开发出带有内置“完整的现代浏览器”的桌面应用系统,如果您希望您的桌面应用拥有完整的Web内容生态,ChromiumApp就是为您量身定制的,我们希望每一款桌面应用都可以拥有自己的Web DOM,有自己的应用生态,为此,我们希望开发者可以重新审视Web,突破标准Web的禁忌……
    我们将Chromium for Application的核心源代码做为一开源项目(https://github.com/TangramDev/OpenUniverse),希望以此抛砖引玉,如果我们的工作可以为您拉开一个互联网应用的全新帷幕,那一定是一个其价值的开始……

img

img

...全文
385 回复 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
CEF is a BSD-licensed open source project founded by Marshall Greenblatt in 2008 and based on the Google Chromium project. Unlike the Chromium project itself, which focuses mainly on Google Chrome application development, CEF focuses on facilitating embedded browser use cases in third-party applications. CEF insulates the user from the underlying Chromium and Blink code complexity by offering production-quality stable APIs, release branches tracking specific Chromium releases, and binary distributions. Most features in CEF have default implementations that provide rich functionality while requiring little or no integration work from the user. There are currently over 100 million installed instances of CEF around the world embedded in products from a wide range of companies and industries. A partial list of companies and products using CEF is available on the CEF Wikipedia page. Some use cases for CEF include: Embedding an HTML5-compliant Web browser control in an existing native application. Creating a light-weight native “shell” application that hosts a user interface developed primarily using Web technologies. Rendering Web content “off-screen” in applications that have their own custom drawing frameworks. Acting as a host for automated testing of existing Web properties and applications. CEF supports a wide range of programming languages and operating systems and can be easily integrated into both new and existing applications. It was designed from the ground up with both performance and ease of use in mind. The base framework includes C and C++ programming interfaces exposed via native libraries that insulate the host application from Chromium and Blink implementation details. It provides close integration between the browser and the host application including support for custom plugins, protocols, JavaScript objects and JavaScript extensions. The host application can optionally control resource loading, navigation, context menus, printing and more, while taking advantage of the same performance and HTML5 technologies available in the Google Chrome Web browser. This project provides a Java Wrapper for CEF (JCEF).

10

社区成员

发帖
与我相关
我的任务
社区描述
立足于现代互联网浏览器核心技术,开发拥有现代互联网基因的桌面客户端应用系统
其他 企业社区
社区管理员
  • AIGC Browser
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

Chromium for Application,顾名思义,是Chromium工程面向具体桌面应用的开发技术,当微软立足于Chromium Project打造Edge浏览器的时候,Chromium可以说彻底征服了互联网世界。我们创造这个社区的宗旨是,给出一种全新的技术思路,允许开发者自己打造Chromium的浏览进程,进而允许开发者方便的开发出带有内置“完整的现代浏览器”的桌面应用系统,如果您希望您的桌面应用拥有完整的Web内容生态,ChromiumApp就是为您量身定制的,我们希望每一款桌面应用都可以拥有自己的Web DOM,有自己的应用生态,为此,我们希望开发者可以重新审视Web,突破标准Web的禁忌……

试试用AI创作助手写篇文章吧