I am asked to build a kiosk application that will be run on chrome books in a school. The basic requirement is to have two interfaces one for principal and others for classrooms. The principal will have rooms listed on its interface and he can send certain messages to the room(s). And room can send an acknowledgment of reading by tapping on a message. I am totally noob regarding this. I have a couple of questions:
- I can develop a web application using HTML/CSS/PHP that I can host on a server and then I can link the domain to kiosk setup? Is my understanding correct?
- I can use any socket programming protocol to send those messages to the room(s) and receive back acknowledgment or kiosk has its some that I am still unable to find?
Sorry for if these are too basic. I am writing because I haven't found solutions from google.