# Ping-pong
Example of back-and-forth communication between two programs.

First run:
```
node pong.js
```
Then, with pong running, run:
```
node ping.js
```
