Where I work, it is quite limited in terms of IT. I do not have access to SQL Server or the web server, so things like Apache, PHP, mySQL, etc., do not work. There is nothing server side.
PCs on the network cannot see each other (therefore, installing WAMP and opening firewall ports will not work ... besides ... we cannot install anything ... everything is blocked), this is due to limitations of Group Policy. However, there are many common drives that we can all use. We are currently accessing Microsoft Access, but it is awkward. We need to move towards the pill so that managers can see the information when they walk. My building is a massive warehouse, therefore, the driver for the solution im trying to build.
So the question is this. I want to create a web application that displays KPIs / reports. For this, you will need to have some database so that I can store data in which I can receive data through Javascript or something similar (remember that I can only use client-side technologies). Is this JSON or XML I really don't mind.
Several people will need access at the same time.
So to summarize
Unable to install anything
No access to web server or what resembles a web server
You have shared drives, so you can store the NoSQL / JSON / XML file for sharing there. Only client technologies
PCs on the network cannot see each other
You cannot use any Internet solutions or cloud storage because they are blocked.
Im totally lost, any solutions?
javascript html xml web-applications nosql
zoonosis
source share