Coder Social home page Coder Social logo

coffeetuts's Introduction

COFFEETUTS endorse

This is an attempt to rewrite the code examples of Pedro Teixeira's Node Tuts episodes in CoffeeScript. I am new to node.js and CoffeeScript but this way I am trying to learn the syntax of CoffeeScript while learning node.js.

For folder and filenames I am trying to stick as close as possible to the names used by Pedro Teixeira, although sometimes this is not possible or not up-to-date anymore (e.g. the nodemon-ignore files which are now called .nodemonignore).

Also I am using version 1.0.27 of npm and version 0.4.7 of node.js amongst others and several APIs have changed since the original Node Tuts recording. So there might be a few differences in the code. In case I remember those differences, I will put them in the according README.md of the episode.

As I said, I am new to both of the technologies so please be nice and do not kill me for mistakes or differences ;)

Check out Node Tuts it's great!

Development Environment

Just a few words on the tools that I use.

  • Editing: Sublime Text 2
  • Syntax Highlighting for CoffeeScript: jashkenas's CoffeeScript TextMate bundle
  • UNNECESSARY CoffeeScript compiling & node.js refreshing: An attempt introduced by Pedro Teixeira is the following command: (coffee --compile --watch .&); nodemon app.js
  • NEW Since nodemon does support CoffeeScript monitoring, all you need to do is nodemon app.coffee. It is only importand to have a .nodemonignore file in all of your node.js application folders, otherwise nodemon is only looking for *.js files (see nodemon issue #32)

coffeetuts's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jasonmarkbeaton

coffeetuts's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.