2 Star 0 Fork 0

mirrors_jsantell / 2013.cascadiajs.com

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vertx-pushing-json-around.md 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
Lance Ball 提交于 2013-08-14 14:19 . Make it mobile

#Vert.x: Pushing JSON Around

##Abstract

Vert.x is an asynchronous, event-driven application platform similar in style to Node.js, except it runs on the JVM. It supports several JVM languages, including Javascript, and uses a multi-reactor event loop to handle a very high number of concurrent connections. Clustering is built-in and remarkably easy to use, and the Vert.x event bus makes passing messages between components or applications simple. With JSON as the native message format, and a SockJS client that speaks directly to the bus, pushing event-based messages to the browser has never been easier.

In this talk I will introduce the Vert.x platform. I will discuss the pros and cons of Vert.x compared to other platforms like Node.js, and we'll look at some sample code. I'll finish up by wowing you with some semi-live code that pushes JSON messages from a server cluster to the mobile browser in just a few lines of Javascript - and maybe even a dash of Clojure just to keep it interesting.

##Speaker Bio

lance

Lance works for Red Hat and is a member of Project Odd. He is a core contributor to DynJS, a new Javascript runtime for the JVM, and lang-js, the Javascript language module, for Vert.x.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jsantell/mirrors_jsantell_2013.cascadiajs.com.git
git@gitee.com:mirrors_jsantell/mirrors_jsantell_2013.cascadiajs.com.git
mirrors_jsantell
mirrors_jsantell_2013.cascadiajs.com
2013.cascadiajs.com
master

搜索帮助