Purpleknife/file_server
Goal: Build a Server and a Client (with net module) where the Client can connect to the server via TCP and send a request for a file (by filename), while the server looks for requested files locally and sends back the data.
JavaScript