13 ms·
Well but this isn't written in CoffeeScript. This is what I was saying: CoffeeScript can work alongside Node.js but can't access the filesystem. It might be goo
by deleo 15y ago
Well but this isn't written in CoffeeScript. This is what I was saying: CoffeeScript can work alongside Node.js but can't access the filesystem. It might be good in its own right for DOM scripting and such but it doesn't open any more doors than Javascript.
- stdbrouw 15y agoThen what is it written in, if not CoffeeScript. You're somehow very very confused about things :-)
- deleo 15y agoNo I think you are confused. That is Node.js syntax. Ok now show me how you open a file on the filesystem in CoffeeScript then.
- TrevorBurnham 15y ago> CoffeeScript can work alongside Node.js but can't access the filesystem. Um. Node.js gives you access to the filesystem... http://nodejs.org/docs/latest/api/fs.html http://nodejs.org/docs/latest/api/fs.html And anything you can do in Node, you can do from CoffeeScript code running under Node.