added expressjs server instead of python one

This commit is contained in:
janis
2022-10-30 15:02:25 +01:00
parent ab47525e7b
commit f5b682598b
623 changed files with 88586 additions and 64 deletions

View File

@@ -7,11 +7,14 @@ LoginWindow:
text: "Welcome to the MusicPlayer Showcase Screen!"
font_size: 27
color: (0, 0, 0, 1)
Label:
text: "Server is currently not running! Please start it by clicking start server!"
id: statusbar
color: (0, 0, 0, 1)
FloatLayout
TextInput:
text: ""
hint_text: "Type Server IP here..."
pos_hint: {'x': 0.25, 'y': 0.5}
size_hint: 0.5, 0.2
id: url
Button:
text: "Start Server"
on_release:
root.startserver()
text: "connect"
on_release:
root.connect()