NoBackend: Front-End First Web Development 13 years agoThese #nobackend folks are late to the game! Rdbhost has provided for no-server-coding web apps since 2010.See http://www.rdbhost.com 0ThreadHN
Database backed websites in pure Javascript; No server side programming 16 years agoExposing SQL and the database schema on the client is a good idea, in that it keeps all your code in one place (on the client). The server layer is thin, not dumb. It allows for restricting what queries run under a given database role. 0ThreadHN