I installed SocketStream and created a demo app with the socketstream new [appname]
command. It worked fine, but I was only able to start it with node app
command. Some reference suggests using socketstream start
from the command prompt. When I tried this it responded with a usage suggestion: "try socketstream new [project name]
".
I also installed SocketChat, and their Github documentation suggests starting with socketstream start
. It just prompts usage suggestion as above to create a new project.
Any ideas?