[nodejs] Re: Simple chat-room example?

2013-01-04 Thread Ben Evans
Hi Josh, If it's any use to you, when i first gave Node a shot I wrote a very basic chat app. Feel free to use it/reference: https://github.com/bencevans/Little-Chat-Script Features: * Socket.IO Realtime Messaging * Connection Indicator and that's about it but I hope it's of some help. Good

[nodejs] Re: express help

2012-10-30 Thread Ben Evans
This would have been better on the express mailing list (https://groups.google.com/forum/?fromgroups#!forum/express-js) but here's one https://github.com/bencevans/HNCache and here's a bunch of official examples https://github.com/visionmedia/express/tree/master/examples Hope that helps :) Ben

[nodejs] Current Directory Change/Parent Exec?

2012-08-09 Thread Ben Evans
Hi All, I'm looking for some help on how to change the current working directory in the terminal window the node application was started from. For example I'm in ~/Development/ and I run `node changecwd.js /tmp`. When the script finished running and I execute `pwd` in the terminal window I get