Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justjavac/awesome-firebase
Awesome Firebase: Firebase 相关文章索引
https://github.com/justjavac/awesome-firebase
List: awesome-firebase
angularjs-firebase firebase firebase-grunt firebase-javascript python-firebase
Last synced: about 1 month ago
JSON representation
Awesome Firebase: Firebase 相关文章索引
- Host: GitHub
- URL: https://github.com/justjavac/awesome-firebase
- Owner: justjavac
- License: gpl-2.0
- Created: 2014-10-22T04:49:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T00:39:49.000Z (about 10 years ago)
- Last Synced: 2024-05-19T23:14:01.137Z (7 months ago)
- Topics: angularjs-firebase, firebase, firebase-grunt, firebase-javascript, python-firebase
- Homepage: https://www.firebase.com/
- Size: 162 KB
- Stars: 109
- Watchers: 16
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-collection - awesome-firebase
- awesome-awesomeness-zh_CN - awesome-firebase
README
Awesome Firebase
================最近谷歌收购Firebase的新闻又将Firebase拉入了人们的视野,于是我做了这个 github 项目。
[Firebase](https://www.firebase.com) 是一个数据同步的云服务,不同于 Dropbox 的「文件」,Firebase 同步的是「数据」,服务对象是网站开发者,帮助他们开发具有「实时」(Real-Time)特性的应用。
开发者只需引用一个 API 库文件就可以使用标准 REST API 的各种接口对数据进行读写操作,只需编写 HTML+CSS+JavaScrip 前端代码,不需要服务器端代码(如需整合,也及其简单),省下的时间可以让开发者专注于开发应用功能,完善设计和体验,解决用户的实际问题。
听着是不是很熟悉,对,就是 noBackend(无后端编程)。只需要关注前端代码,需要增删改查数据的时候,发送 REST 请求即可,后端的工作由 Firebase 来搞定。
或许我翻译的另一个项目你也敢兴趣:[用 JSON 构建 API 的标准指南](https://github.com/justjavac/json-api-zh_CN)
## Firebase替代品-实时相关开源项目
- [end.js是Firebase的开源版本](https://github.com/demohi/end)
- [socket.io是最常用构建实时应用的开源项目](http://socket.io/)
- [meteor是前后端统一的实时框架](http://www.meteor.com)
- [sails- Realtime MVC Framework for Node.js](https://github.com/balderdashy/sails)## 文章
- [用AngularJS和Firebase制作一个实时投票应用](http://www.html-js.com/article/Using-Angular-to-develop-web-application-with-AngularJS-and-Firebase-to-produce-a-real-time-polling-application)
- [(30 hackdays day 1) Firebase – Rethink database](http://segmentfault.com/blog/fxp/1190000000723045)
- [Firebase很酷,来部署一个自己的吧](https://cnodejs.org/topic/51f0edf7f4963ade0e082c19)
- [实时Javascript开发框架Clouda、Meteor、Firebase对比](http://blog.csdn.net/justfrozen/article/details/12716669)## 视频
- [在Xcode中使用Firebase](https://player.vimeo.com/video/62208736)
- [Anant Narayanan - Building Realtime Apps With Firebase and Angular - NG-Conf 2014](https://www.youtube.com/watch?v=e4yUTkva_FM) YouTube(需翻墙)## 资讯
- [创业公司Firebase提供实时数据后端,让你使用JavaScript就能创建高品质数据驱动的动态网站](http://www.36kr.com/p/102056.html)
- [有了Firebase,打造應用程式好簡單](http://wired.tw/2012/05/23/firebase/index.html)
- [Firebase获560万美元A轮融资 投资方为USV和Flybridge](http://news.pedaily.cn/201306/20130621350228.shtml)
- [谷歌收购 Firebase ,更看重程序员市场](http://www.oschina.net/news/56342/google-buy-firebase)## 工具
- [Firepad](http://www.firepad.io/) 一个基于 Firebase 数据库平台构建的编辑器,可以实时多人协作编辑
- [firebase-tools](https://github.com/firebase/firebase-tools) Firebase 命令行工具
- [grunt-firebase](https://github.com/assemble/grunt-firebase) 用来更新 firebase 数据的 Grunt 任务## 库
- [angularfire](https://github.com/firebase/angularfire) AngularJS bindings for Firebase
- [firebase-ruby](https://github.com/oscardelben/firebase-ruby) Ruby wrapper for Firebase
- [python-firebase](https://github.com/ozgur/python-firebase) Python 实现的Firebase REST API## 项目
- [firechat](https://github.com/firebase/firechat) 基于 Firebase 的实时聊天系统
- [emberfire](https://github.com/firebase/emberfire) Official Ember Data adapter for Firebase
- [firereader](https://github.com/firebase/firereader) 基于 Firebase 和 AngularJS 的 RSS 阅读器
- [reactfire](https://github.com/firebase/reactfire) ReactJS mixin for easy Firebase integration
- [realtime-hacker-news](https://github.com/dstaley/realtime-hacker-news) 基于 Firebase 实现的实时 Hacker News