摘要:
Use jQuery - The jQuery Cross-Domain Ajax GuideThe jQuery Cross-Domain Ajax Guide 阅读全文
posted @ 2012-05-10 11:13
lexus
阅读(187)
评论(0)
推荐(0)
|
摘要:
Use jQuery - The jQuery Cross-Domain Ajax GuideThe jQuery Cross-Domain Ajax Guide 阅读全文
posted @ 2012-05-10 11:13
lexus
阅读(187)
评论(0)
推荐(0)
摘要:
fengmk2/metaweblogMetaWeblog API on NodejsInstall$ npm install metaweblog
Usagevar MetaWeblog = require('metaweblog').MetaWeblog;
// use http://cnblogs.com
var blog = new MetaWeblog('http://www.cnblog... 阅读全文
posted @ 2012-05-10 10:54
lexus
阅读(273)
评论(0)
推荐(0)
摘要:
imakewebthings/deck.jsdeck.jsA JavaScript library for building modern HTML presentations. deck.js is flexible enough to let advanced CSS and JavaScript authors craft highly customized decks, but also ... 阅读全文
posted @ 2012-05-10 10:49
lexus
阅读(484)
评论(0)
推荐(0)
摘要:
nowjs for Node - Directly call remote functions in JavascriptServer pushYou can call easily client functions from the server and server functions from the client. That means you can push to the client... 阅读全文
posted @ 2012-05-10 10:37
lexus
阅读(234)
评论(0)
推荐(0)
摘要:
index - QuickWeb文档十五分钟学会QuickWebQuickWeb应用的目录结构编写路由处理程序配置文件自定义模板引擎使用Session与自定义Session引擎 阅读全文
posted @ 2012-05-10 08:48
lexus
阅读(149)
评论(0)
推荐(0)
摘要:
InfoQ: 虚拟研讨会:Node.js生态系统之框架、库、最佳实践虚拟研讨会:Node.js生态系统之框架、库、最佳实践 Node.js的创建者Ryan Dahl在JSConf 2010上做了演讲,简单介绍了什么是Node.js(PDF) :服务器端的JavaScript基于Google的V8创建事件触发、非阻塞的I/O。 类似于EventMachine或Twisted。CommonJS模块系统... 阅读全文
posted @ 2012-05-10 08:35
lexus
阅读(324)
评论(0)
推荐(0)
摘要:
Home - RingoJSRingoRingo is a CommonJS-based JavaScript runtime written in Java and based on the Mozilla Rhino JavaScript engine.Download the final Ringo 0.8 release!Our primary goal is to build a sta... 阅读全文
posted @ 2012-05-10 08:35
lexus
阅读(390)
评论(0)
推荐(0)
摘要:
在Express和Socket.IO中使用session_三水清在Express和Socket.IO中使用session在nodejs项目中对于一些认证需要用到session,例如我写的nodejs 聊天室的demo,就是通过session实现的认证。当存在session,直接进入聊天室,而不会重新登录。在网上也找到不少关于Express框架中的session调用方法,可是发现真正能用的不是很多,... 阅读全文
posted @ 2012-05-10 08:24
lexus
阅读(2283)
评论(0)
推荐(0)
摘要:
Installing Node.js via package manager · joyent/node WikiUbuntuExample install:sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo ap... 阅读全文
posted @ 2012-05-10 07:53
lexus
阅读(282)
评论(0)
推荐(0)
摘要:
HowToNodejs - fly-js-wbean - 在线游戏平台网络传输框架 - Google Project HostingHowToNodejs Updated Sep 21, 2011by wbean1...@gmail.com一、什么是nodejs NodeJS--基于V8引擎的,使用事件驱动模型而不是复杂的多线程来获得可伸缩性,类似Ruby的EventMachine和Python... 阅读全文
posted @ 2012-05-10 07:44
lexus
阅读(88)
评论(0)
推荐(0)
摘要:
Gevent-socketio documentation — gevent-socketio 0.3.1 documentationGevent-socketio documentation¶Introduction¶Socket.IO is a WebSocket-like abstraction that enables real-time communication between a b... 阅读全文
posted @ 2012-05-10 07:43
lexus
阅读(553)
评论(0)
推荐(0)
摘要:
解决nodejs socket.io is not allowed by Access-Control-Allow-Origin 跨域问题 - CNode解决nodejs socket.io is not allowed by Access-Control-Allow-Origin 跨域问题blog:http://www.cnblogs.com/solq/
demo:http://unitysgu... 阅读全文
posted @ 2012-05-10 07:37
lexus
阅读(2483)
评论(0)
推荐(0)
摘要:
Node.js ManualWelcome to the Node.js Manual!Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocki... 阅读全文
posted @ 2012-05-10 07:25
lexus
阅读(377)
评论(0)
推荐(0)
摘要:
Asynchronous Control Flow with Promises - How To Node - NodeJSAsynchronous Control Flow with PromisesA Promise is an object that represents the result of an asynchronous function call. Promises are al... 阅读全文
posted @ 2012-05-10 07:15
lexus
阅读(319)
评论(0)
推荐(0)
摘要:
Node.jsWhen we decided to build Cloud9 IDE, it was only natural to use Node.js. By using Node.js for Cloud9, we could use a single language front to back. We absolutely love Node.js. However, we al... 阅读全文
posted @ 2012-05-10 07:12
lexus
阅读(376)
评论(0)
推荐(0)
摘要:
HTML5 WebSocket 技术介绍 - TWaver - ITeye技术网站HTML5 WebSocket 技术介绍 博客分类:TWaver HTML5WebSocket是html5规范新引入的功能,用于解决浏览器与后台服务器双向通讯的问题,使用WebSocket技术,后台可以随时向前端推送消息,以保证前后台状态统一,在传统的无状态HTTP协议中,这是“无法做到”的。传统服务端推(serv... 阅读全文
posted @ 2012-05-10 07:04
lexus
阅读(403)
评论(0)
推荐(0)
摘要:
An innovative way to replace AJAX and JSONP using node.js and socket.io - Olivier ScherrerAn innovative way to replace AJAX and JSONP using node.js and socket.ioI was so happy the first time I used so... 阅读全文
posted @ 2012-05-10 06:59
lexus
阅读(245)
评论(0)
推荐(0)
摘要:
RequireJS/* ---RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script lo... 阅读全文
posted @ 2012-05-10 06:53
lexus
阅读(297)
评论(0)
推荐(0)
摘要:
PhantomJS Myths: Busted - don't code today what you can't debug tomorrowPhantomJS Myths: BustedApril 12, 2012.Tags: coding javascript phantomjs webkit While PhantomJS is far from perfect, there are st... 阅读全文
posted @ 2012-05-10 06:31
lexus
阅读(270)
评论(0)
推荐(0)
|