Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 408 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 408 Bytes

RAMDISK SERVER

A fileserver running on a ramdisk storage for very fast file transfer and retrieval.

A ramdisk is a temporary storage which is part of the system's main memory(RAM), which allows it to have very high speeds, of the magnitude of 20+GB/S.

Run npm start inside both backend and frontend folders on different terminals and give sudo privileges to backend terminal. Only works on unix systems.