Current location:
comprehensive
Update time
Downloads
HC community management system is a community property management system that is completely open source and free for commercial use at the front and rear ends, including community back-end projects, community front-end projects, property version uni app and owner version uni app. MicroCommunityWeb is a completely open source and free web front-end project of HC community management system, which mainly uses the mainstream UI framework bootstrap and vue. It is a fully componentized programming project, which mainly includes the functions of asset management (building unit housing), owner management, cost management, complaints and suggestions, maintenance orders, smart access control and smart parking.
2024/04/04 View diagram
seven hundred and sixty
Only one index.js implements template syntax similar to ASP. It can not only run across platforms, but also outperform ASP under IIS. The first time a template is requested, it is parsed into a function, so there is no need to worry about additional template parsing performance consumption, and the code will run with the best performance.
2022/05/09 Rimifon View diagram
five hundred and seventy-seven
Godocms is an open source office suite developed by Gangdong Technology. It complies with the Apache License 2.0 open source protocol and is very suitable for secondary development. It contains many office system solutions such as word/excel/ppt/pdf/svg/mind map/flow chart/schedule management. Godocms is also a set of low code development kits, including a complete set of low code development tool flows such as module management/interface management/code drag and drop/database management/form management. It contains two sets of style interfaces, win10 and traditional software interfaces, which can be switched at any time. Why?
2022/01/17 Gangdong Technology
six hundred and twenty-three
DoraCMS content management system is a set of content management system written based on Nodejs+eggjs+mongodb, with simple structure. Compared with some open source cms, Doracms is easy to expand, especially suitable for front-end development engineers to do secondary development. DoraCMS content management system 2.1.8 version update: add eslint verification to the server code, and fix the problem of incorrect paging style in the user center through Prettier formatting (using vscode requires installing the corresponding plug-in). Fix the problem by using uedito
2021/10/11 View diagram
seven hundred and sixty-nine
PDMan is an open source and free database model modeling tool that supports Windows, Mac, Linux and other operating systems. It is a better free alternative to PowerDesigner. He has the characteristics of high appearance and simple use. It includes database modeling, flexible and automatic generation of code templates, automatic generation of documents and other practical functions for developers. PDMan is a database model oriented software designed by the internal R&D team of a well-known domestic financial IT listed company. It is an excellent alternative to PowerDesigner
2020/12/03 View diagram
nine hundred and forty-eight
Notadd is an open source microservice development architecture based on Nest.js framework. You can use appropriate modules and plug-ins to build a microservice system according to different business needs. Notadd officially provides an abstract public service layer. In the service layer, each module provides a Grpc interface for the Notadd main program to call. For example, for a CMS system, you can use the official nt module cms and nt module user modules as the basic service layer
2020/12/02
five hundred and eleven
CmsWing is a powerful e-commerce platform (PC side, mobile phone side and WeChat public platform) and CMS website building system based on ThinkJS (Node.js MVC) and MySQL. Introduction: 1. Modularization: the new architecture and modular development mechanism facilitate flexible expansion and secondary development. 2. Model/column/classified information system: through the binding of column and model, as well as different model types, different columns can achieve differentiated functions, such as information, download, discussion and pictures. It can be automatically created by binding classified information and columns
2020/11/04 View diagram
four hundred and ninety-seven
Doodooke is a third-party SaaS platform that supports WeChat, Baidu, and Alipay applets. Today, the 3.0.0-alpha.3 open source version was officially released. 3.0 New features 1. Support migrations, which can quickly create and modify tables; 2. Rewrite is supported, and the request can be forwarded to the modified interface; 3. View logic hook is supported, and vue logic can be extended; 4. The view hook is supported, and the vue view can be extended; 5. Cluster is supported, and multiple projects can be started; 6. Support local debugging,
2020/03/26 Multi guest applet View diagram
one thousand two hundred and thirty-six
Ghost is by far the best open source blog platform. Ghost blog was founded by John O'Nolan, former director of WordPress, and Hannah Wolfe, a beautiful engineer. The support rate of the open source community is far higher than that of WordPress, and it has become the most advanced independent blog platform abroad. The Chinese version of Ghost is developed and promoted in China by Dianyun, a cloud application hosting service provider. The Chinese version code will add some special functions on the premise that it is consistent with the official version. For example, you can convert blog posts into growth microblogs and automatically publish them to users
2019/05/09 View diagram
three thousand six hundred and fourteen
SummerVideoCMS is an open source video management system developed with node.js+MySQL. The cms environment requires the construction of a local node development environment: 1. Select the latest version to download https://nodejs.org/zh-cn/ 2. Install 3. Open the cmd window and enter: node - v The version number you downloaded normally appears, that is, the environment installation is successful 4: Install cnpm. In the cmd window, enter: npm install - g cnpm -- registry=
2018/05/03 summerVideoCMS View diagram
one thousand and eighty-five
Bili Search - Baidu online disk search engine is a Baidu cloud sharing crawler project developed with node.js. It is also a simple and efficient nodejs crawler model. There are several such open source projects on github, but they only provide the crawler part. This project also adds a module to save data and establish elastic search index on the basis of the crawler, which can be used in the actual production environment, but the web module still needs to be developed by yourself. Installation: install node.js and pm2. Node is used to run crawlers and indexers, and pm2 is used to
2016/11/28 Bili search
one thousand four hundred and forty-two
Random anonymous chat software RandomChat is a random anonymous chat software based on webRtc technology and imitated from omegle, ChatRandom and Chatroulette. Features: based on webrtc technology, low bandwidth occupation; The algorithm matches the random chat of users. By default, only two people are allowed to join in a room to support video chat and text chat. Due to the core reason of IE, IE browser is not supported; Other browsers support it. Usage: based on nodejs and socket.io, run in the application root directory, htt
2016/08/26 Xing Miao View diagram
two thousand and sixty-seven
NoderCMS - lightweight content management system is developed using Node.js+MongoDB, with flexible content model and perfect permission role mechanism. Demo account: ghost@nodercms.com Password: 123456 Installation: $npm install -- production $npm start Access after completion http://localhost:3000/admin/install Requirements for entering the installer environment: Node
2016/04/27 NoderCMS View diagram
one thousand two hundred and sixty-four
V1.0: Thinkjs based mass mailing, including adding email addresses, deleting email addresses, and sending html visual content. To use this product, you need the following knowledge: Nodejs, thinkjs, ejs, mysql, html, css, and jquery are for learning and use. Only basic functions have been completed, and no further optimization has been made in the interface and program. The details need to be adjusted by yourself. Installation: 1. Install nodejs and thinkjs2. Modify the index method under the index controller, and add your sender's mailbox and password. 3. Refer to this
2014/10/24 Storm View diagram
two thousand and twenty-three
V2.0: Add image processing functions, including scaling, rotation, watermarking, and cropping; More functions can be handled through the installed gm module! The newly added functions are all in the thumb controller. When using, pay attention to browsing the comments in the thumb controller, and install the corresponding nodejs module. V1.0: Thinkjs based image asynchronous upload demo, including upload, display, edit, and delete. Using this product requires the following knowledge: Nodejs, thinkjs, ejs, mysql, html, css, and jquery
2014/10/24 Storm View diagram
two thousand five hundred and fifty
  • one
  • two
Download Ranking
  • Source code
  • Software

Contact customer service

Mobile version

Scan to enter the mobile version

Back to top