sumeru
Version:
A Realtime Javascript RIA Framework For Mobile WebApp
57 lines (25 loc) • 1.63 kB
Markdown
所有Example源代码地址:<https://github.com/brandnewera/clouda-examples>
## Todolist
Example介绍:演示Clouda的实时性,云端统一编程
在线演示:<http://sumerutodolist.duapp.com>
源代码地址:<https://github.com/brandnewera/clouda-examples/tree/master/Todolist>
## Chatroom
Example介绍:如何使用Clouda实现聊天室
在线演示:<http://cloudachatroom.duapp.com>
源代码地址:<https://github.com/brandnewera/clouda-examples/tree/master/Chatroom>
## Chatroomv2
Example介绍:Chatroom的升级版,演示如何在Clouda中调用第三方的SDK和API,本实例调用百度帐号登陆,获取用户名等信息。
在线演示:<http://cloudachatroomv2.duapp.com>
源代码地址:<https://github.com/brandnewera/clouda-examples/tree/master/Chatroomv2>
## Validation
Example介绍:演示如何使用Clouda的validation(验证)功能
在线演示:<http://cloudavalidation.duapp.com>
源代码地址:<https://github.com/brandnewera/clouda-examples/tree/master/Validation>
## SpiderNews
Example介绍:演示如何使用Clouda抓取第三方数据(本实例为抓取百度新闻)
在线演示:<http://cloudaspidernews.duapp.com>
源代码地址:<https://github.com/brandnewera/clouda-examples/tree/master/SpiderNews>
## PublishByPage
Demo介绍:演示在Clouda中如何使用publishByPage和subscribeByPage进行分页显示,并使用publishPlain获取数据库数据的大小
在线演示:<http://cloudapublishbypage.duapp.com/>
源代码地址:<https://github.com/brandnewera/clouda-examples/tree/master/PublishByPage>