Created
          May 10, 2011 09:17 
        
      - 
      
- 
        Save ukstudio/964149 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | http = require 'http' | |
| http.createServer( (req, res) -> | |
| res.writeHead 200, {'Content-Type': 'text/plain; charset=utf-8'} | |
| res.end 'みてるー?\n' | |
| ).listen(8124, "127.0.0.1") | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | require('./node_modules/coffee-script') | |
| require('./server.coffee') | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment