08 Server
- Download the generic server code.
- Open the code in a new tab and run it.
- Without closing, return to your main file.
Connecting a big-bang to a server is done by adding a register
clause:
(register LOCALHOST)
You can name each window by adding a name
clause:
(name "My Name")
Follow the video, it’s pretty straightforward.
The most common error is not having the server running!!