
This README will go into Dynamo installation and a basic walk-through. Integration with Erlang OTP applications.An exceptional exception handler for development.Lazy parsing and handling of cookies, sessions, params and headers.


#Dynamo revit 2014 download code#
#Dynamo revit 2014 download software#
It is currently alpha software and it supports: On the developer side, Dynamo focuses on simplicity by shipping with a bare stack, allowing a team to get started quickly while making it easy to extend the application as and when they see fit. The Erlang VM also allows you to use all cores available by default, without a need to start many instances of your web server, and performs well under heavy load with many concurrent open connections. By using the Erlang VM, all of the network I/O is asynchronous but your code appears to be synchronous. Descriptionĭynamo shows excellent performance out of the box, beating similar frameworks like Sinatra and Express, available in other languages, in a callback-free programming fashion. Developers who seek for an actively developed framework are recommended to look for other alternatives in Elixir.

The main goal for Dynamo was to be a testbed for ideas and many of its APIs were extracted and improved into separated projects like Plug.ĭynamo is currently in maintenance mode for those who are already using it in production. Dynamo's goals are performance, robustness and simplicity.Īs an experiment, Dynamo is as alpha-software as alpha gets. It leverages the power of the Erlang VM to build highly performant and concurrent web applications. Dynamo is an experimental web framework that runs on Elixir.
