CSE 687 Object Oriented Design Project #4
This project created a remote code repository.
- Provide a Repository Server that allows users to check-in, check-out, and browse packages, specified by NoSql database queries.
- Developed a Client program in C# that can transfer files, and show contents.
- Used on a message-passing communication system, based on Sockets, to support remote access.
- Passing HTTP style messages using asynchronous one-way messaging
- Sending and receiving blocks of bytes to support file transfer
This project use C++ to develop NoSql and server-side functionalities and C# for the GUI. CLI/SHIM connected these two languages to work together.