So I\'m trying to learn d3, and the wiki suggested that
To view the examples locally, you must have a local web server. Any web server will work;
You are simply sending signals to the processes. kill is a command to send those signals.
kill
The keyboard command Ctrl+C sends a SIGINT, kill -9 sends a SIGKILL, and kill -15 sends a SIGTERM.
kill -9
kill -15
What signal do you want to send to your server to end it?