All Projects → devfeel → dotweb-start

devfeel / dotweb-start

Licence: other
dotweb-start

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to dotweb-start

Capture Frame
Capture video screenshot from a `<video>` tag (at the current time)
Stars: ✭ 109 (+354.17%)
Mutual labels:  frame
Ahri
Ahri is an intranet sharing tool. Like VPN
Stars: ✭ 205 (+754.17%)
Mutual labels:  frame
pipeffmpeg
A frontend for ffmpeg using only pipes, not under GPL, but under BSD license.
Stars: ✭ 56 (+133.33%)
Mutual labels:  frame
Healthwatcher
Android Application that can estimate Heart rate, Blood pressure, Respiration rate and Oxygen rate from only the camera of the mobile
Stars: ✭ 112 (+366.67%)
Mutual labels:  frame
Bitglitter
⚡ Embed data payloads inside of ordinary images or video with high-performance animated 2-D barcodes. (Python library)
Stars: ✭ 193 (+704.17%)
Mutual labels:  frame
Handmovementtracking
Stars: ✭ 213 (+787.5%)
Mutual labels:  frame
Hyperapp Fx
Effects for use with Hyperapp
Stars: ✭ 105 (+337.5%)
Mutual labels:  frame
egjs-grid
A component that can arrange items according to the type of grids
Stars: ✭ 188 (+683.33%)
Mutual labels:  frame
Jsonframe Cheerio
simple multi-level scraper json input/output for Cheerio
Stars: ✭ 196 (+716.67%)
Mutual labels:  frame
react-device-frame
Preview website on a device
Stars: ✭ 24 (+0%)
Mutual labels:  frame
Cyclicgen
Deep Video Frame Interpolation using Cyclic Frame Generation
Stars: ✭ 135 (+462.5%)
Mutual labels:  frame
Layerjs
layerJS: Javascript UI composition framework
Stars: ✭ 1,825 (+7504.17%)
Mutual labels:  frame
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+808.33%)
Mutual labels:  frame
Dynamicclipimage
iOS实现动态区域裁剪图片
Stars: ✭ 110 (+358.33%)
Mutual labels:  frame
trainmanjs
TrainmanJS - Cross-Origin Communication Library
Stars: ✭ 16 (-33.33%)
Mutual labels:  frame
Mediametadataretrievercompat
多媒体元数据兼容方案 - 支持获取图片、视频、音频文件的媒体信息、视频图片缩略图
Stars: ✭ 106 (+341.67%)
Mutual labels:  frame
Aucframetemplate
AucFrame
Stars: ✭ 207 (+762.5%)
Mutual labels:  frame
FrameSystem
WPF通用权限开发框架
Stars: ✭ 40 (+66.67%)
Mutual labels:  frame
SwitchDecor
An app to help you to add frame to your favorite screenshots from Nintendo Switch.
Stars: ✭ 40 (+66.67%)
Mutual labels:  frame
purelove
Purelove is a lightweight penetration testing framework, in order to better security testers testing holes with use.
Stars: ✭ 52 (+116.67%)
Mutual labels:  frame

DotWeb-Start

基于dotweb的示范项目结构

注意事项

  • 使用配置文件方式,包含app.conf、dotweb.conf、dotlog.conf
  • bin目录为特定目录,建议在开发环境时,将编译生成的文件输出到该目录
  • 确保bin目录下conf/develop目录下3个配置文件存在

目录说明

  • config:全局配置文件定义及使用代码
  • const:全局常量
  • core:全局核心对象
  • document:文档目录
  • global:全局访问对象定义及入口
  • protected:业务逻辑处理模块,包含数据模型、数据操作等
  • resources:开发\测试\生产不同环境资源、配置文件及版本信息
  • server:web服务目录,包含常规处理逻辑、路由、静态资源等
  • task:task服务目录,主要负责调度器相关
  • util:通用方法

依赖项

  • github.com/devfeel/dotweb
  • github.com/devfeel/dotlog
  • github.com/devfeel/mapper
  • github.com/devfeel/middleware
  • github.com/devfeel/database
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].