GithubHelp home page GithubHelp logo

nodetuts-coffeescript's Introduction

 _   _             _        _____         _        
| \ | |           | |      |_   _|       | |       
|  \| |  ___    __| |  ___   | |   _   _ | |_  ___ 
| . ` | / _ \  / _` | / _ \  | |  | | | || __|/ __|
| |\  || (_) || (_| ||  __/  | |  | |_| || |_ \__ \
\_| \_/ \___/  \__,_| \___|  \_/   \__,_| \__||___/

 _____          __   __              _____              _         _   
/  __ \        / _| / _|            /  ___|            (_)       | |  
| /  \/  ___  | |_ | |_   ___   ___ \ `--.   ___  _ __  _  _ __  | |_ 
| |     / _ \ |  _||  _| / _ \ / _ \ `--. \ / __|| '__|| || '_ \ | __|
| \__/\| (_) || |  | |  |  __/|  __//\__/ /| (__ | |   | || |_) || |_ 
 \____/ \___/ |_|  |_|   \___| \___|\____/  \___||_|   |_|| .__/  \__|
                                                          | |         
                                                          |_|

NodeTuts in Coffeescript

Awesome Nodetuts in coffeescript.

Works on...

  • node v0.4.12
  • coffee-script v1.1.1
  • step v0.0.4
  • carrier v0.1.2
  • socket.io v0.7.6
  • qs v0.2.0
  • mime v1.2.2
  • connect v1.5.1
  • jade v0.12.4
  • express v2.4.0
  • connect-form v0.2.1
  • connect-redis v1.0.6
  • nodemon v0.5.3
  • node-inspector v0.1.6
  • mongoose v1.5.0

Directory structure

Every coffeescript files are in coffee_files folder

And files are numbered liked this, each_episode_nubmer + number_of_file + name

For static files, I used just one "static" folder. And for the views, I used views_ + episode_number

Documents

I use docco to generate html files. Those files are in coffee_files/docs

Resources

There're lots of resources out there, but I selected these resources that are actually useful for me.

1. Coffeescript

Screencasts

Books

Blogs

2. Node.js

Articles / Tutorials

Screencasts

3. Single Page App

Books

Tools

nodetuts-coffeescript's People

Contributors

jaigouk avatar matthewrudy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nodetuts-coffeescript's Issues

navigation

change jump to.. to jump to ->

and get rid of h1. xxxx.coffee

005-breaks on exit

If you have multiple users connected
then quitting the terminal breaks the server

net.js:391
    throw new Error('Socket is not writable');
        ^
Error: Socket is not writable
    at Socket._writeOut (net.js:391:11)
    at Socket.write (net.js:377:17)
    at Carrier.<anonymous> (/Users/matthew/Projects/Node/nodetuts-coffeescript/coffee_files/005_chat.coffee:31:38)
    at Carrier.emit (events.js:64:17)
    at Socket.<anonymous> (/Users/matthew/Projects/Node/nodetuts-coffeescript/coffee_files/node_modules/carrier/lib/carrier.js:50:12)
    at Socket.emit (events.js:61:17)
    at Socket._onReadable (net.js:658:51)
    at IOWatcher.onReadable [as callback] (net.js:177:10)

seems it tries to run the
for one_connection in connections
one_connection.write("#{username}: #{line}\n")
line before it calls the "close" command

I guess there needs to be a rescue

typos

maccman not macman... in README, intro, coffeescript episode

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.