Quick and easy installation
Installation of required software is a matter of minutes. You just need download and unpack/install Python, MongoDB and Asyncode Runtime (or Asyncode Development Kit if you are developer).
No-configuration policy
We hate configuring software, so we put much work to automatize the environment so it can work out of the box. Currently you need only to name your app and set its default language. All other setup is done automatically with an option to manually change behavior.
Prototypes made easy
Asyncode technology makes it remarkably easy to create prototypes of web applications. We found out that until users don't see the app, it is very uncertain whether they will like it or not. We put much emphasis on the problem and we removed all things that were not necessary in prototype creation process. If users like your app, then fix all bugs, add user accounts, think about public API etc, not the other way around.
Prototyping can be done also on working code. Just add new functionality to existing app and test it with your users.
Concurrent development
Atomicity of the environment allows developers to work in parallel. Tasks are well described and easily assignable to team members. There are very few task dependencies in webapp development and it is pretty possible that you will face neither of them in your project.
Public API
Nowadays webapps are all about APIs, and so is Asyncode Runtime. RESTful API is natively supported along with JSON, XML and HTML output formats. You do not need to do anything to make it work!
Multilingual texts support
Asyncode Runtime supports multilingual webapps. Language is taken from HTTP header or falls back to default or proffered. All is done automatically, you need only to provide translations.
User management
If you plan to include user accounts in your app, we did it for you. User registration, login, log out, roles, privileges and deletion is embedded into Runtime and ready for use out of the box.
Scalability
Thanks to MongoDB, Asyncode powered apps can scale horizontally almost without limits. Scaling is done much easier than on common LAMP stack.
