Shadow53 / student-queue

Application for teachers so students can add themselves to a "help" queue
GNU General Public License v3.0
1 stars 0 forks source link

Possible backend change to something more secure #14

Open Shadow53 opened 8 years ago

Shadow53 commented 8 years ago

JavaScript isn't exactly known for being a secure language. There isn't necessarily much secure information to intercept, but that doesn't mean that the program shouldn't be as secure as reasonably possible.

With this in mind, perhaps I should look into rewriting the backend in another language - which would mean reimplementing the websockets on the frontend as well. Given that this program is currently running on my own server hosted by A Small Orange, compatible languages are:

Things I should also keep in mind:

Shadow53 commented 8 years ago

I think I'm going to leave this for now and flesh out a more complete product. The JavaScript backend seems to work fine for now and there doesn't seem to be need for another overhaul.

I'm choosing to leave this issue open for now, but I'm marking it with a wontfix label.