https://github.com/erkobridee/lab-nodejs
Node.js : test code lab
https://github.com/erkobridee/lab-nodejs
coffeescript es5 es6 lab nodejs typescript
Last synced: 5 months ago
JSON representation
Node.js : test code lab
- Host: GitHub
- URL: https://github.com/erkobridee/lab-nodejs
- Owner: erkobridee
- Created: 2012-10-23T22:42:42.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:28:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T10:43:23.066Z (over 1 year ago)
- Topics: coffeescript, es5, es6, lab, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 3.48 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lab-nodejs
Node.js test code lab
## Links
* [Node.js](http://nodejs.org/)
* [Node.js API DOCS](http://nodejs.org/api/)
* [Node.js Manual](http://nodemanual.org/latest/)
* [GitHub : Joyent / Node.js : Wiki / Modules](https://github.com/joyent/node/wiki/modules)
* [Node.js Infographic :: The State of Node | Strong Loop](http://strongloop.com/infographic)
* [npm - Node Packaged Modules](https://npmjs.org/)
* [npm Visualization | YASIV](http://www.yasiv.com/npm) | Sample: [Grunt npm dep](http://www.yasiv.com/npm#view/grunt)
* [npm cheatsheet | Nodejitsu](https://blog.nodejitsu.com/npm-cheatsheet)
* [10 Cool Things You Probably Didn’t Realize npm Could Do](http://blog.izs.me/post/1675072029/10-cool-things-you-probably-didnt-realize-npm-could-do)
* [Node.js Jenkins-CI](http://jenkins.nodejs.org/) - To support a higher degree of stability, and hopefully catch issues sooner, we (node.js team) have a Jenkins instance running every commit through the test suite, on each operating system we support.
### Learn
* [Teach Yourself Node.JS in 10 Steps | Pony Foo](http://blog.ponyfoo.com/2013/07/12/teach-yourself-nodejs-in-10-steps)
* [How to Node](http://howtonode.org/)
* [The Node Beginner Book](http://www.nodebeginner.org/)
* [The Art of Node.js](https://github.com/maxogden/art-of-node) - a short introduction to node.js
* [Node.js for Beginners | Nettuts+](http://net.tutsplus.com/tutorials/javascript-ajax/node-js-for-beginners/)
* [Understanding how to create a nodejs package.json | Nodejitsu](http://package.json.nodejitsu.com/) - Package.json: an interactive guide
* [Understanding the node.js event loop](http://blog.mixu.net/2011/02/01/understanding-the-node-js-event-loop/)
* [Mastering Node.js](http://visionmedia.github.com/masteringnode/) Open Source Node eBook
* [Learning Server-Side JavaScript with Node.js](http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/)
* [Node.js : Require and Exports](http://openmymind.net/2012/2/3/Node-Require-and-Exports/)
* [How I write Node.js modules](http://substack.net/how_I_write_modules)
* [Learn Node.js Completely and with Confidence](http://javascriptissexy.com/learn-node-js-completely-and-with-confidence/)
* [Getting Started with Node.js, Coffeescript, MongoDB, and more - Matt Kopala](http://mattkopala.com/blog/2012/02/12/getting-started-with-nodejs/)
* [5 Talks to Learn More About Node.js](http://blog.modulus.io/five-talks-learn-more-nodejs)
### Tips
* [Managing Node.js Virtual Environments with Nave](http://forge.zeunic.com/development/2013/managing-node-js-virtual-environments-with-nave)
* [Node.js as a build script | Blog | Miller Medeiros](http://blog.millermedeiros.com/node-js-as-a-build-script/)
* [[Gist] Tips for Writing Portable Node.js Code](https://gist.github.com/domenic/2790533)
* Cron
* [[GitHub] Cron for NodeJS](https://github.com/ncb000gt/node-cron)
* [[GitHub] shell-jobs: Cron replacement in NodeJS, made for humans](https://github.com/azer/shell-jobs)
* [[GitHub] node-windows](https://github.com/coreybutler/node-windows) - Windows support for Node.JS scripts (daemons, eventlog, UAC, etc)
* [Tracking down a memory leak in Node.js and Socket.IO](http://jpallen.net/2013/03/08/tracking-down-a-memory-leak-in-node-js-and-socket-io/)
* [Scaling Node.js Applications](http://cjihrig.com/blog/scaling-node-js-applications/)
* [Production Node.js Secrets](http://dshaw.github.com/2012-05-jsday/)
* Hardening Node.js for production [part 1](http://blog.argteam.com/coding/hardening-nodejs-production-process-supervisor/) | [part 2](http://blog.argteam.com/coding/hardening-node-js-for-production-part-2-using-nginx-to-avoid-node-js-load/) | [part 3](http://blog.argteam.com/coding/hardening-node-js-for-production-part-3-zero-downtime-deployments-with-nginx/)
* [Generate fake data in the browser and Node.js with FakerJS](https://github.com/marak/Faker.js)
* [[GitHub] kenshiro-o / login-utils](https://github.com/kenshiro-o/login-utils) - Simple authentication library
* [[GitHub] c9 / architect](https://github.com/c9/architect) - A simple yet powerful plugin system for large-scale node applications
* [Blazing fast node.js: 10 performance tips from LinkedIn Mobile](http://engineering.linkedin.com/nodejs/blazing-fast-nodejs-10-performance-tips-linkedin-mobile)
* [Install node.js on a raspberry pi](http://halusanation.com/post/49221746344/install-node-js-on-a-raspberry-pi)
* [Starting with Node and Web Sockets](http://codular.com/node-web-sockets)
* [Real Time Chat With NodeJS, Socket.io and ExpressJS | Nettuts+](http://net.tutsplus.com/tutorials/javascript-ajax/real-time-chat-with-nodejs-socket-io-and-expressjs/)
* [NeDB: SQLite for Node | DailyJS](http://dailyjs.com/2013/08/01/nedb/)
### Use Cases
* [[GitHub] node-gh / gh](https://github.com/node-gh/gh) - GitHub command line tools made with NodeJS
* [[GitHub] sbstjn / noduino](https://github.com/sbstjn/noduino) - JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets
* [[GitHub] yaronn / gitmoon](https://github.com/yaronn/gitmoon) - Social analytics for node.js open source developers
* [[GitHub] statusdashboard / statusdashboard](https://github.com/statusdashboard/statusdashboard) - A service status dashboard powered by Node.js
* [Building CSSDB: a short case-study on the build of a small Node.js/MongoDB application](http://rowanmanning.com/posts/building-cssdb/)
### Amazon AWS
* [Surviving AWS Failures with a Node.js and MongoDB Stack | Kinvey Backend as a Service Blog](http://www.kinvey.com/blog/104/surviving-aws-failures-with-a-nodejs-and-mongodb-stack)
* [Amazon Web Services Blog: AWS Elastic Beanstalk for Node.js](http://aws.typepad.com/aws/2013/03/aws-elastic-beanstalk-for-nodejs.html)
* [Node.js powered by BitNami](https://aws.amazon.com/marketplace/pp/B008ASK0ZE)
* [BitNami Node.js](http://bitnami.com/stack/nodejs)
* [How to install & setup Node.js on Amazon EC2 instance – complete guide](http://iconof.com/blog/how-to-install-setup-node-js-on-amazon-aws-ec2-complete-guide/)
### Windows Azure
* [Node.js Developer Center | Microsoft Azure](https://azure.microsoft.com/en-us/develop/nodejs/)
#### pt_BR
* [Node.js | Underground WebDev](http://udgwebdev.com/nodejs/)
* [Quer aprender Node.js? (Atualizado) | Underground WebDev](http://udgwebdev.com/quer-aprender-node-js-atualizado/)
--
* [NodeBR](http://nodebr.com/) - é um blog comunitário brasileiro sobre node.js, seu propósito é ensinar como desenvolver soluções em node assim como ensinar os conceitos fundamentais necessários para escrever um código eficiente.
* [Configurando o Node.js no Amazon EC2](http://pablocantero.com/blog/2012/01/04/configurando-o-node-js-no-amazon-ec2/)
* [Injeção de dependência com Node.js | iMasters](http://imasters.com.br/front-end/javascript/injecao-de-dependencia-com-node-js/)
* [Node.js com Express.js nos negócios | iMasters](http://imasters.com.br/front-end/javascript/node-js-com-express-js-nos-negocios/)
* [Player.io](http://openblog.github.com/2013/03/15/player.io/) - Um media player que roda no navegador, feito com Node.JS, Socket.IO e é controlado pelo seu smartphone