Product Info
Our stack is built as a backend service running on top of node.js with Postgres as the database.
Our platform is built on a cloud-based architecture where we expose the full API to our consumer. The server API can be deployed either hosted by us or by the consumer, as it is fully contained. All requests and responses are done via standard calls over standard protocols.
Best practice security has been part of development from the ground up, and standard authorization methods are implemented as required in each vertical.
An API is exposed and used to support the web and native mobile apps. Providers and consumers use the mobile apps to interact; companies use the web piece to manage their providers and consumers, products, services, etc. We have native iOS Android frameworks for mobile and JavaScript / jQuery web tools that can be customized for specific verticals.
We deploy our app inside a Docker container which makes it extremely flexible as far as hosting goes. If a consumer needs HIPAA hosting due to healthcare record requirements, no problem. They can use a HIPAA compliant host. If they want to deploy on Amazon Cloud or a Digital Ocean droplet for cost savings, that works too. We currently run our production server at a HIPAA compliant facility and our development servers on Droplets, so we know it works.