Skip to content
D-Beall edited this page Oct 7, 2019 · 1 revision

Welcome to the Group14Server wiki!

Database Schema:

Tracks

Title,Artist,Path,File Size(mb)

APIs:

Uploading and Downloading files.

AWS3:

Functional Components:

Supervisor process is the main process to handle requests. Client connects to server, a process is spawned. If client is requesting a track to stream said process will connect to the database and fetch the requested file.

Clone this wiki locally