web-mode.el is a GNU Emacs Major Mode for PHP/HTML templatesAbout web-mode.el is a major-mode for mixed (HTML, PHP, scripts, styles) HTML files. web-mode.el is will never be a full featured PHP or JS mode. (We don’t encourage multi-lines blo... 続きを読む
The default port for Sails is 1337. At this point if you visit http://localhost:1337/ You will see the default index.html page. Creating a Model Creating a model is very easy with the command line tool. You can even define attributes and thei... 続きを読む
Sails.js makes it easy to build custom, enterprise-grade Node.js apps. It is designed to resemble the MVC architecture from frameworks like Ruby on Rails, but with support for the more modern, data-oriented style of web app development. It's ... 続きを読む
Why, hello!. I'm Yeoman - a robust and opinionated client-side stack, comprised of tools and frameworks that can help developers quickly build beautiful web applications. Follow +Yeoman on Follow @yeoman Tweet May I interest you in a preview?... 続きを読む
About Luvit Luvit is an attempt to do something crazy by taking node.js' awesome architecture and dependencies and seeing how it fits in the Lua language. This project is still under heavy development, but it's showing promise. In initial ben... 続きを読む
engine.io, socket.io introこの記事は 東京Node学園祭2012 アドベントカレンダー : ATND の 24 日目の記事です。 Socket.IO の 1.0 が、出る出るといって全然出ないので、やきもきしている方も多いと思います。 しかし、その裏では Engin.IO という、割りと良... 続きを読む
README.md Faster than C? Parsing binary data in JavaScript. This document contains the outline and code snippets for my 2012 JSConf.eu talk: Faster than C? Parsing binary data in JavaScript Introduction Hi everybody, my name is Felix Geisendö... 続きを読む
node.js を代表とする JavaScript を用いた非同期プログラミング環境においては、コーディングパターンのベストプラクティスが共有されておらず、結果として品質の低いコードが多くなるという問題があるように思います。そこで、特にエラー処理をどう書くべきか... 続きを読む
\n \n \n If you’re function works like this, I will not use it\n Otherwise JSON.parse(undefined) -> SyntaxError: Unexpected token ILLEGAL \n Otherwise invalid JSON -> SyntaxError: Unexpected token ILLEGAL\n Otherwise I always have to -> if (... 続きを読む
git.jsはnode.js/JavaScript製のオープンソース・ソフトウェア。Gitの面白い所は個々にリポジトリがあることだ。それによって分散化を実現し、かつオフラインでも開発ができるようになった。リポジトリにはこれまでの開発が全て詰まっており、いつでも参照でき... 続きを読む