mwaylabs / Espresso

The-M-Projects build tools using node.js.
www.the-m-project.org
Other
84 stars 28 forks source link

added generation and run for socketserver #69

Closed riddy closed 12 years ago

riddy commented 12 years ago

use it with:

espresso generate -s MySocketServer -p 8 --> LOG: Run the server with: "node MySocketServer.js" -->Log: /Users/...../app/../MySocketServer.js generated!

espresso server -s MySocketServer.js --> info - socket.io started

dominiklaubach commented 12 years ago

thx for this one! but could you please send a push-request for the detox-branch instead?