mirror of
https://gitee.com/energye/energy.git
synced 2024-11-29 18:28:06 +08:00
update readme
This commit is contained in:
parent
596fa15664
commit
57d1f38a49
@ -23,7 +23,7 @@ Energy is a framework developed by Golang based on CEF(Chromium Embedded Framewo
|
||||
|
||||
### Characteristic
|
||||
|
||||
> - High performance: development environment is simple and the compilation speed is fast. Only the Go development environment and the CEF binary framework that Energy depends on are needed
|
||||
> - development environment is simple and the compilation speed is fast. Only the Go development environment and the CEF binary framework that Energy depends on are needed
|
||||
> - cross-platform: A set of code can be packaged into Windows, domestic UOS, Deepin, Kylin, MacOS, Linux
|
||||
> - Language responsibilities
|
||||
>> - Go: Go is only responsible for window creation, creation of various UI components, low-level system calls, and functions that JS cannot handle, such as file stream, security encryption, high-performance processing, etc., which can be developed as a pure backend
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
### 特性
|
||||
|
||||
> - 高性能: 开发环境简单,编译速度快,只需要Go开发环境和Energy依赖的CEF二进制框架
|
||||
> - 开发环境简单,编译速度快,只需要Go开发环境和Energy依赖的CEF二进制框架
|
||||
> - 跨平台: 一套代码可以打包成 Windows, 国产UOS、Deepin、Kylin, MacOS, Linux
|
||||
> - 语言职责
|
||||
>> - Go: Go只负责窗口创建、各种UI组件创建、系统低层调用,和JS处理不了的功能如文件流、安全加密、高性能处理等等,可作为纯后端开发
|
||||
|
Loading…
Reference in New Issue
Block a user