Most node.js server monitor related news are at:
War Card Game in Python 3 Dec 2012 | 12:47 am
While cleaning out my code repository on my laptop I ran into an implementation of the card game War I wrote during a programming interview. It's far from spectacular, but does seem like a pretty good...
Reflection on RethinkDB 2 Dec 2012 | 10:46 pm
Since first reading about RethinkDB I've been thinking about giving it a go, and this weekend I finally did, throwing together a very simple example which uses RethinkDB to store crawled pages and ext...
More node.js server monitor related news:
Node.js server and Web Sockets on Amazon EC2 with Express.js and Socket.IO catchvar.com 20 Jun 2011 | 09:44 pm
For testing multiplayer connectivity I set up an Amazon Web Services EC2 micro instance to host a node.js app. This post will cover setting up and installing node.js (working with sudo), npm (working ...
Heroku "Celadon Cedar" review randomhacks.net 4 Jun 2011 | 07:20 am
Heroku just released a new version of their hosting service for Ruby on Rails. It’s called Celadon Cedar, and it adds support for arbitrary background processes, Node.js servers and long-polling over ...
Inline PHP Server Running on Node.js drupal.phpmktime.com 17 Jul 2012 | 09:39 pm
Be worried, be very worried. The name NodePHP takes its name from the fact that we are effectively turning a nice Node.js server into a FastCGI interface that interacts with PHP-FPM. This is omega-alp...
Node.js 的简易web服务器 shawphy.com 20 Nov 2011 | 01:57 am
网上关于Node.js的介绍已经铺天盖地了,但我就没找到一个简单的web服务器给我做测试用。 实际上Node.js只需要一个exe文件和一个js文件就可以搭建服务器了,用来随便测试页面之类的用起来比nginx还方便。所以我就随手写了一个简单的。只可用于http服务,没有更多功能的js文件。 用起来很简单: 1,先去 http://nodejs.org/下载最新的Node.js可执行的exe文...
NODE 发起 POST 请求 livingelsewhere.net 8 May 2012 | 03:22 pm
用 NODE JS 向 NODE 处理 POST 请求 发起 POST 请求。
NODE 处理 POST 请求 livingelsewhere.net 8 May 2012 | 03:17 pm
FROM: node.js 接收post请求 代码实现了一个登录验证用户。FORM 的 enctype 属性使用的是默认的 application/x-www-form-urlencoded,如果要上传文件的话则需要设置为 multipart/form-data。
Grouping “constants” with JavaScript cakebaker.42dh.com 15 Jul 2010 | 02:10 am
A while ago I wrote about how you can group related constants in PHP5 by using a constants class: Now, while experimenting with JavaScript (or more precisely with Node.js) I got some constants in my ...
Javascript on the server AND the client is not a big deal blog.ianbicking.org 31 Mar 2011 | 10:09 am
All the cool kids love Node.js. I’ve used it a little, and it’s fine; I was able to do what I wanted to do, and it wasn’t particularly painful. It’s fun to use something new, and it’s relatively strai...
Лимит исходящих запросов в node.js anton.lobovkin.ru 28 Nov 2011 | 11:10 am
Если Вы используете node.js для выполнения асинхронных запросов в большом количестве, то могли столкнуться с проблемой, что они стоят в очереди из 5 штук. Документация по http.request и поиск не дал б...
Nodejitsu and Joyent Cloud Join Forces to Deliver Node.js Infrastructure and Orchestration Tools to Fast Growing Developer Base joyent.com 2 Apr 2012 | 07:00 pm
SAN FRANCISCO, CA and NEW YORK, NY–Joyent Cloud, the public cloud designed for real-time, high-performance applications, and Nodejitsu, provider of cloud management software and enterprise development...