Electron-egg 1.2.0 released, rapid development of desktop software

electron-egg is a simple, fast, and feature-rich desktop software development framework.

characteristic

  1. Packaged directly into windows version, Mac version, Linux version, or web site to run
  2. You can use server-side development thinking to write desktop software
  3. You can also use the front-end to develop, the data service can request an external api
  4. Almost all technical scenarios on the server can be used, such as routing, middleware, controllers, services, timing tasks, queues, plug-ins, etc.
  5. Common functions of desktop software will be gradually integrated and improved or demo provided.
  6. Update automatically.

start using

  1. download

    # gitee
    git clone https://gitee.com/wallace5303/electron-egg.git
    # github
    git clone https://github.com/wallace5303/electron-egg.git
    

Project documentation:

Address : https://www.yuque.com/u34495/mivcfg/xnhmms

demo:

View : https://gitee.com/wallace5303/box

This update:

  1. Automatic software update
  2. Data local storage (cache)
  3. Run as web

Gitee address:

Address: https://gitee.com/wallace5303/electron-egg

Guess you like

Origin www.oschina.net/news/121120/electron-egg-1-2-0-released