Simple problem here:
I'm running node-red on a raspberry pi. I putty in and I start up my node-red.
How do I use the SSH to do something else now? After staring up node-red, it doesn't go back to the prompt. I can't close my putty or node-red shuts down. What do I do?
That is true if node red is started using node-red-start which starts it as a service, but not if started using node-red.
That assumes that node red was installed as described for the pi in the node red docs of course.