每周前端开源推荐第二期
发布于 1年前 作者 demohi 923 次浏览

每周前端开源推荐第二期

###strongloop/loopback

LoopBack is an open source backend for your mobile apps. Connect to multiple data sources, write business logic in Node.js, auto-generate iOS & Android SDKs. http://docs.strongloop.com/loopback

LoopBack是一个可自行部署的BaaS,类似我的End(忍不住发了个广告 捂脸).Baas(后端即服务)是将后端的一些逻辑抽样出来变成一种服务,以便多平台共同使用。尤其现在需要web和移动同时支持,一个对多终端、多语言同时支持的后端,可以大大减少开发量。BaaS普遍是一个云服务,例如parsefirebase。目前我度也发布了frontiaBaaS服务。

传统的BaaS虽然减少了部署与维护的成本,但是在后期对数据分析、数据转移存在很多问题,如果团队能力足够,自行部署的BaaS才是更好的解决方案。LoopBack便是一个可以部署到自己服务器的BaaS,自己配置数据库,这样很多事情都可控。

###maroslaw/rainyday.js

Simulating raindrops falling on a window

最近在github上面非常火的项目,主要用来模拟雨滴。效果很赞。

###TalAter/annyang

A javascript library for adding voice commands to your site, using speech recognition. https://www.talater.com/annyang/

一个用来语音控制的项目,不知道大家是否记得两年前,ios上面有一个ahhpa的游戏,可以用语音来控制飞机,非常有意思。当时我用C#做了一个类似的东西。用这个库的话,应该很好做一个HTML5的移植版本

##PPT专题

开源推荐在第二期增加了专题模块,用来推荐特定专题的开源项目。自己目前的ppt基本上都使用网页版的了,主要是写起来更方便,效果也更炫,还可以部署。

###bartaz/impress.js

It’s a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. http://bartaz.github.com/impress.js

github上面star数17666,可见有多火啦。看过demo,相信大家都会喜欢上这个项目。

开发一个impress PPT,其实不是一件容易的事情,没有可视化,又3D,各种晕,还有问题总有geek来解决。 大家可以使用strut来进行可视化的编辑。

这是我通过impress做的ppt,大家可以看看。

###hakimel/reveal.js

It’s a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. http://bartaz.github.com/impress.js

reveal.js也是特别火的一个ppt框架,功能强大,开发简单,有多个主题可选。

这是我使用reveal.js做的ppt,大家可以看看

回到顶部