[PD1] Generic networking server and client implemented

This commit is contained in:
Afonso Franco 2024-04-17 14:09:42 +01:00
parent 8553e1674e
commit 278b8e1a73
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk
4 changed files with 114 additions and 38 deletions

View file

@ -5,5 +5,5 @@ import (
)
func main(){
server.Run()
server.Run(8080)
}