I am building a chrome extension which will only be available for people within the company I work for.
The extension needs input - which can be generated with a simple query to a shared MySQL DB server (to which all employees can access with read only permissions).
The question is - since the extension is all client side (mainly Javascript) - what's the simplest way to access the DB and run the query? Do I have to create a php/java(/...) service which does that for the extension?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…