~atrauzzi/praxis/trunk

« back to all changes in this revision

Viewing changes to src/app/main.js

  • Committer: Alexander Trauzzi
  • Date: 2012-03-30 10:56:07 UTC
  • Revision ID: atrauzzi@gmail.com-20120330105607-hfw7dr1axlte9x5g
Bulk import of Praxis client codebase.  There will be some rewiring and fixing to get this back up and running.

Not the least of which - a static HTTP server implementation!

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    }
47
47
    else {
48
48
        
49
 
 
50
49
        console.log('Hello from the server!');
51
 
        
52
50
 
53
 
        dir("http");
 
51
        require([
 
52
                "node!express"
 
53
        ],
 
54
        function (express) {
 
55
                console.log(express);
 
56
        });
54
57
        
 
58
       
55
59
    }
56
 
});
 
 
b'\\ No newline at end of file'
 
60
});