Heiss / GradesHelper

This repo represents the work on an application to help teacher with the grades of their classes.
0 stars 0 forks source link

Softwarestack #4

Open Heiss opened 4 years ago

Heiss commented 4 years ago

Which stacks is needed and i want to use?

Serverside:

Database:

Clientside:

BeeWare for python GUI on all mobile and desktop OS

Heiss commented 4 years ago

Golang should also be a good option. It has frameworks for qt and mobile devices.

dht with go-micro

there are a lots dht implementation with golang, but there are none with microgo, which helps a lot with the building of extensions for the dht servers (idea: the main service implements dht, all other services works with the dht requests / responses, benefit: extensions can be added without the need to restart the dht nodes wrappers).

This would make things a lot easier for deployment on clientside. I cannot find any similar thinks for python other than dirty workarounds.