https://github.com/claudiosv/network-dropbox
A small C web server 🌍 with drag-and-drop HTML5 👌🏼 web interface for LAN file sharing
https://github.com/claudiosv/network-dropbox
bootstrap c html5 javascript pthreads
Last synced: 2 months ago
JSON representation
A small C web server 🌍 with drag-and-drop HTML5 👌🏼 web interface for LAN file sharing
- Host: GitHub
- URL: https://github.com/claudiosv/network-dropbox
- Owner: claudiosv
- License: mit
- Created: 2017-11-10T20:00:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T00:43:40.000Z (about 3 years ago)
- Last Synced: 2025-04-22T22:55:17.404Z (about 1 year ago)
- Topics: bootstrap, c, html5, javascript, pthreads
- Language: SCSS
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# network-dropbox
A small HTTP web server in C that offers a web interface for uploading & managing files on a network location.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. This project is not ready for live deployment yet for security reasons.
### Prerequisites
You will need:
- C compiler
- pthreads
- standard library
### Building
Building is usually hassle free.
```
git clone
cd network-dropbox
make
```
And to run
```
make run
```
Then visit ```localhost:8888```
## Built With
* [Bootstrap](https://github.com/twbs/bootstrap) - The web framework used
* [Dropzone.js](http://www.dropzonejs.com/) - Drag'n'drop file uploads
* [jQuery](https://jquery.com//) - Used to generate RSS Feeds
## Authors
* **Claudio Spiess** - *Server, front-end, misc.*
* **Chris Stolarski** - *HTTP entity parser*
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Mark Bayazit for readable file sizes
* Dr. Brent Munsell for the base of the project