Simple and easy app management through our web-based console
EvenNode provides up-to-date and monitored environment to deploy apps written in Node.js or Python. You can pick the latest or any older version of a programming language of your choice which suits your needs.
Take advantage of popular MongoDB, the leading NoSQL database. Every app gets access to one free database which can be used to store persistent data, uploaded assets, application logs, etc.
It's easy to scale your app with EvenNode – simply enable additional processes and we will automatically route requests to all your active app instances.
You get a free MongoDB database with every plan. We run a 3 member replica set with a primary, secondary and a backup member so that your data is always protected.
WebSockets are supported out of the box. Run your favorite chat apps, REST API, games or event-driven workflows over a single TCP connection without having to use long polling.
Conveniently upload your app over FTP or FTP with TLS/SSL. No need to learn git commands to deploy your app. Once a file is uploaded we automatically rebuild your app to deploy the most recent version.
Use logs to detect bugs or to debug a pressing issue with your app. Everything that your app prints to stdout or stderr is logged and available to you via our web console.
Get a free SSL certificate from Let's Encrypt for all your domains with most of our plans. The SSL certificate can be deployed with just few clicks and is renewed automatically before the expiration.
Too much traffic? Easily scale the resources from our web console by upgrading your plan. Additional resources are available to you immediately after the upgrade so that you can handle all the traffic.
Manage your app easily from the web browser. Our web console provides features to help you get up and running and to monitor and manager your app during its lifecycle.
Monitor usage of CPU and memory directly from the web console. All apps get access to their resource usage report over the last weeks to discover if it's time for upgrade.
Incoming traffic is automatically routed across all running processes to spread load and provide higher throughput needed to serve requests.
Background jobs help you run a scheduled job without blocking your app's process. Simply create a separate process and run the job in background.
Assign unlimited number of custom domains to your app. We even support wildcard subdomains which route traffic to your app from any subdomain on your main domain.
Push changes to your app easily through git deployment. During the push we automatically install all dependencies and restart the application for you.