All you need is the official GO compiler
To build all you need to do is:
- Have the above compiler installed and configured env properly
- If you are are Windows you can run build.bat to build ( Hey it works ¯\(ツ)/¯ )
- Build commands are simply:
go build -o Client.exe client.go
go build -o Server.exe server.go
- Client takes 0-n file path arguments both relative and absolute (Defaults to current directory if none is given to it)
- Client does its thing, sends a POST to the server, and then promptly dies. (this is by design... at least that's what I'm saying at this point)
- Server Serves on localhost:8080
- Server must be in the parent folder of "site" and "json" folder to work
No I think I'm done here for today.
Until next commit I bid you ado, yes I do.