AuburnACM / auacm

The Auburn ACM Website
Apache License 2.0
15 stars 3 forks source link

Look into hosting static files and api seperately #39

Open BrandonLMorris opened 8 years ago

BrandonLMorris commented 8 years ago

Services like AWS charge based on CPU usage, which is really small for serving static files. However, for security and cost, it may be better to host the api/judge separately from just the static files. Not sure what (if any) changes to the code would need to be made in order for this to be possible.