You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as the server is launched it will prompt its `EndPointAddress`, which is needed for clients to establish a connection.
26
+
The prompt log will look like the following:
27
+
28
+
```
29
+
Server launched at: 192.168.0.33:8080:0
30
+
```
31
+
32
+
# Run client
33
+
34
+
To run the client, you must provide the following arguments:
35
+
36
+
-`address`: [EndPointAddress](http://haskell-distributed.github.io/tutorials/tutorial-NT2.html) of the remote (or local) machine serving the chat room.
37
+
-`host`: Address of the host machine for the chat client.
38
+
-`port`: Port where the client is to be served.
39
+
-`room`: Name of the chat room this client will connect to.
0 commit comments