Solution 4: Working with TCP/IP and WebSocket
Let’s solve the challenge set in the previous lesson.
We'll cover the following...
Solution
In this lesson, we will write a UNIX domain socket server (socketServer.go
) that generates random numbers and socketClient.go
code. ...