Four Principles of Development
- Erlang is everywhere
No need to utilize JavaScript or HTML/CSS.
- Deploy by commit
Push changes to production and see it working.
- Remote reflects local
Local and remote workflows are similar.
Database upgrade process can be tested on local
develop machine before doing it in production.
- Plugin and template infrastructure
Huge community driven base of plugins and templates that you
can use in your project.
User Experience
- Modern application interface
Web-based application looks modern and responsive on any device
as if it where native application.
- Unified web-based application
Web-resource, mobile and desktop application
with unified interface using one platform.
- Live updates
Users are tied with often application updates.
Avoid this process by moving most of it to server.
- Plugin and template infrastructure
Huge community driven base of plugins and templates that you
can use in your project.