FireShare alternatives and similar software solutions
Based on the "Coquelicot" category.
Alternatively, view FireShare alternatives based on common mentions on social networks and blogs.
-
Zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! -
fibridge
Proxy for turning web browsers into web servers. Load a 100GB file in your browser and stream it over the public web with HTTP byte range requests. -
Pste
DISCONTINUED. Just a simple file hosting application inspired by the likes of pomf.se and teknik.io. -
Share
DISCONTINUED. Simple yet advanced uploader. Allows users to upload files,images, and text with moderation tools for admins. Can be used for friends and family or just for you. Built with integration, like ShareX but more uploaders will be officially supported.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of FireShare or a related project?
README
FireShare
A publish-subscribe real-tive file sharing system.
Live: https://auspham.dev/FireShare
Technology used
- Backend: NodeJS, Express
- Database: MongoDB Atlas
- FrontEnd: ReactJS
- Pub-Sub: Socket.IO
- Testing:
- Backend: Mocha, Chai,
- Frontend: WebdriverIO
- Cloud Hosting: Heroku (because I expired my other clouds credit), Github Page.
Demo
[image-20191114231344484](Readme.assets/image-20191114231344484.png)
[image-20191114231443608](Readme.assets/image-20191114231443608.png)
[image-20191114231552894](Readme.assets/image-20191114231552894.png)
[image-20191114231759560](Readme.assets/image-20191114231759560.png)
Features
- Login, Register, Authentication using JWT Token.
- Database.
- Upload/Share/Unshare/Edit/Remove/Download file with other people - with Authentication
- Pub-sub model on file with real time update.
What can user do?
- User can create an account/register an account. To register, the email must not be used by any other user.
- Owner can upload/share/delete his file with anyone who is in the system.
- If owner shared with someone, owner can remove his file from sharing with that person, or choose not to share with anyone.
- Owner can rename the file - by clicking at the name of the file.
- User can see which file is shared with him, he can choose to unshare it if he wants.
- User have real-time update on the file he subscribes (is shared/owned) to.
- User can download if the file is shared to him or is owned by him. - Only user who has these privilege can download the file
How to run
Go to backend, install and start the server
cd backend/
npm install && npm start
Server should be in localhost:5000
. Please reserve this port for the application, else you can modify it in Constants.js
, backend/test/basic.js
Go to frontend, install and start the server
cd frontend/
npm install && npm start
You can access the website in localhost:3000
by default
For testing:
Please leave both front-back end application on.
Frontend
cd frontend/
npm run test
Your chrome browser’s version has to be 77 and above for the test to run.
Backend
cd backend/
npm run test
That’s it. Now enjoy the application running.
*Note that all licence references and agreements mentioned in the FireShare README section above
are relevant to that project's source code only.