An open API service indexing awesome lists of open source software.

https://github.com/kenken64/ibf-sdf-workshopd4


https://github.com/kenken64/ibf-sdf-workshopd4

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Workshop Day 4 - Cookie Generator (Networking - Client Server Arch)

### Server
```
java -cp target/sdf-workshopd4-1.0-SNAPSHOT.jar sg.edu.nus.iss.workshop4.server.ServerApp 12345 /home/kenneth/Projects/NUS-ISS-SDF/sdf-workshopd4/cookie_file.txt
```

### Client

```
java -cp target/sdf-workshopd4-1.0-SNAPSHOT.jar sg.edu.nus.iss.workshop4.client.ClientApp localhost:12345
```