corbindavenport / imageshare

A lightweight web app for uploading images, created for the Nintendo 3DS and other legacy web browsers.
https://theimageshare.com
GNU General Public License v3.0
83 stars 5 forks source link

Node.js Rewrite #28

Open corbindavenport opened 4 days ago

corbindavenport commented 4 days ago

ImageShare is currently in the process of being rewritten as a Node.js server, replacing the original PHP codebase. The current version relies on external third-party services for image uploads and QR code generation, and the code is getting pretty messy. The work is currently being done in the node-rewrite branch.

Project Goals

Project Status

Most features in the current version will be ported to the new Node version, if not all features. The live site will be switched to the new codebase when the core functionality is available.

Current features that need to be implemented:

New changes and features:

corbindavenport commented 5 hours ago

The main instance at theimageshare.com has switched to the node-rewrite branch.