Finish creating the real-time, collaborative, command line todos app.
- Install the dependencies by running
npm install - Review the README for API docs
- Open the
index.mjsfile, and complete each TODO comment - When you've finished, execute the following
command in two separate terminals
node index.mjs <namespace>namespace should be a string, and you should use the same value in both terminals - If the application works properly, you can add/remove todo items in either terminal and they will be replicated to the other terminal
You can see the completed exercise in the file completed.mjs