- 授权协议: Apache
- 开发语言: JavaScript Rust
- 操作系统: 跨平台
- 软件首页: https://gitee.com/OUISRC_group/Rust-webapp-starter
- 软件文档: https://gitee.com/OUISRC_group/Rust-webapp-starter
软件介绍
使用 Rust 的 Actix-web 框架和 Vuejs 开发的 SPA(single page webapp)。
项目特点:
-
Rust 异步、稳定 的 Actix-web 框架
-
diesel ORM 框架, postgresql 数据库,r2d2 线程池
-
SPA +CORS +JWT 权限认证
-
Vuejs 框架 Parcel-bundler 打包
How To
first create a name 'webapp' postgresql database for this project.
with docker
docker-compose up -d
when development
$ git clone https://github.com/OUISRC/Rust-webapp-starter.git $ cd Rust-webapp-starter $ cargo install diesel_cli --no-default-features --features postgres $ diesel setup $ cargo run // another shell nodejs(v8.9.4 on my machine) $ cd Rust-webapp-starter/webapp $ npm install $ npm run dev
then open browser 'http://localhost:1234/'
颠覆式创新:移动互联网时代的生存法则
李善友 / 机械工业出版社 / 2014-12-1 / 69
为什么把每件事情都做对了,仍有可能错失城池?为什么无人可敌的领先企业,却在一夜之间虎落平阳? 短短三年间诺基亚陨落,摩托罗拉区区29亿美元出售给联想,芯片业霸主英特尔在移动芯片领域份额几乎为零,风光无限的巨头转眼成为被颠覆的恐龙,默默无闻的小公司一战成名迅速崛起,令人瞠目结舌的现象几乎都被“颠覆式创新”法则所解释。颠覆式创新教你在新的商业竞争中“换操作系统”而不是“打补丁”,小公司用破坏性思......一起来看看 《颠覆式创新:移动互联网时代的生存法则》 这本书的介绍吧!
