@tonyshowoff said:

@Minion-Queen said:

@tonyshowoff what are you using?

PHP, JS, HTML5, and modafinil 🙂

If you want more specific:

Internal PHP framework jQuery + Bootstrap 3 and extremely lightweight framework for that web app kinda style, almost went with Ember.js though MySQL and CassandraDB, separate schemas (same as DBs in MySQL) for each customer Memcached

The software itself is generic under the hood so we can refactor our EHR to be on top of it to just have less to manage. Sort of like how people use WordPress as a sort of framework even fort crazy things like job sites or god knows what.

I should add, for anyone interested, that we also use node.js for the messaging and presence system, since async in PHP is garbage (for now anyway). However if PHP 7 fails to have a strict typing option, we'll likely start refactoring the back end into node.js (in hopes that the coming ECMAScript standard will keep its promises instead; seems like we're going backward into the prototype crap of JS instead of real classes for now) as well or Go, we still until the March feature freeze for PHP 7 then we'll figure out our road map then.