All Projects → ronwe → hornbill

ronwe / hornbill

Licence: other
基于uri的 node mvc框架,适用于前后端分离服务

Programming Languages

javascript
184084 projects - #8 most used programming language
actionscript
884 projects

Projects that are alternatives of or similar to hornbill

Flexml
🚀基于Litho的Android高性能动态业务容器。
Stars: ✭ 225 (+922.73%)
Mutual labels:  lightweight, mvc
Butterfly
🔥 蝴蝶--【简单】【稳定】【好用】的 Python web 框架🦋 除 Python 2.7,无其他依赖; 🦋 butterfly 是一个 RPC 风格 web 框架,同时也是微服务框架,自带消息队列通信机制实现分布式
Stars: ✭ 82 (+272.73%)
Mutual labels:  lightweight, mvc
XYFSnowAnimation
A category of NSTimer for showing 3D Fluttered animation for iOS, which is used very simply. Lightweight CALayer animation, core animation, 3D transform, performance safety. iOS 3D三维飘落下雪落花动画,轻量级CALayer图层动画,核心动画,3D形变,性能安全,定时器NSTimer分类,直接使用,很简单
Stars: ✭ 15 (-31.82%)
Mutual labels:  lightweight
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+209.09%)
Mutual labels:  lightweight
framework
Aplus Full-Stack Framework
Stars: ✭ 172 (+681.82%)
Mutual labels:  mvc
soosyze
🌠 Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily. https://soosyze.com
Stars: ✭ 39 (+77.27%)
Mutual labels:  mvc
Beetle.js
🪲 Javascript ORM, manage your data easily.
Stars: ✭ 53 (+140.91%)
Mutual labels:  mvc
plexydesk
Lightweight Desktop Manager for Gnu/Linux and FreeBSD - Ideal for Low resource computers
Stars: ✭ 33 (+50%)
Mutual labels:  lightweight
MatrixLib
Lightweight header-only matrix library (C++) for numerical optimization and machine learning. Contact me if there is an exciting opportunity.
Stars: ✭ 35 (+59.09%)
Mutual labels:  lightweight
RxMVC-Swift
Unidirectional MVC with ReactiveX
Stars: ✭ 87 (+295.45%)
Mutual labels:  mvc
sgo
A simple, light and fast Web framework written in Go.
Stars: ✭ 75 (+240.91%)
Mutual labels:  lightweight
jerrycurl
Razor-powered ORM for .NET
Stars: ✭ 35 (+59.09%)
Mutual labels:  mvc
uJet
Umbraco Jet (uJet) is a Code First approach to building MVC applications in Umbraco 7.
Stars: ✭ 16 (-27.27%)
Mutual labels:  mvc
core
Enterprise Grade #NodeJS Platform implementing Industry Standards & Patterns in order to provide Connectivity, Stability, High-Availability and High-Performance
Stars: ✭ 54 (+145.45%)
Mutual labels:  mvc
Rakkit
🌐 A framework written in TypeScript that provides REST/GraphQL API and Websocket tools to build amazing server-side applications
Stars: ✭ 32 (+45.45%)
Mutual labels:  lightweight
rust-xoodyak
Xoodyak, a lightweight and versatile cryptographic scheme implemented in Rust.
Stars: ✭ 28 (+27.27%)
Mutual labels:  lightweight
spring-web-initializr
Spring Web Initializr is a library that helps you easily create Web Apps with Spring Boot.
Stars: ✭ 16 (-27.27%)
Mutual labels:  mvc
Social-Network
Twitter like Social network written in ASP.NET MVC5
Stars: ✭ 23 (+4.55%)
Mutual labels:  mvc
CRUD-MVC-PHP
Crud em MVC e PHP
Stars: ✭ 61 (+177.27%)
Mutual labels:  mvc
Microfutures
Lightweight implementation of Futures that shares a similar subscription interface with RxSwift.
Stars: ✭ 38 (+72.73%)
Mutual labels:  lightweight

hornbill

基于uri的 node mvc框架,适用于前后端分离服务

启动服务脚本放置在nest下 主要放置启动文件 配置文件

var hornbill = require('../frame')
 ,path = require('path')

hornbill.start({
	'appsPath' : path.resolve(__dirname , '../apps') //设置应用主目录
	,'configPath' : path.resolve(__dirname,'config') //设置配置主目录,扩展框架内置配置
})

默认端口6001 更多服务配置和更新记录见 wiki


浏览器端模块加载器,AMD组件加载,合并加载,本地缓存 LRU清理 (https://github.com/ronwe/booter.js)

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].