angularjs - MEAN Stack: Storing functions in Database to achieve Excel-like behaviour -



angularjs - MEAN Stack: Storing functions in Database to achieve Excel-like behaviour -

i want code excel-like behaviour in mean application. mean excel-like behaviour having cells , columns , rows (i have in angular already) , want enable users select e.g. 2 columns , allow self-defined calculation run on it.

now storing user-defined functions in mongodb sounds bad idea, since user drop database.

the stack [user input] [calculations/functions] [controller] [middleware] [api+server] [db]

i discussed how accomplish mean here: convert json string objects highly uncertainty secure. thought how accomplish in solid fashion?

angularjs mongodb mean-stack

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -