José Valim 06b2c1e746 Increment max_keepalive for Cowboy (#2558) 8 years ago
..
config 06b2c1e746 Increment max_keepalive for Cowboy (#2558) 8 years ago
lib 0a65afdf05 Improve the Elixir Phoenix benchmark (#2214) 9 years ago
priv 840bf43f9e Add phoenix 10 years ago
web 96deafcf35 fix json response: (#2539) 8 years ago
.gitignore bef4ac447f Update phoenix deps and add ORM tests 10 years ago
README.md 840bf43f9e Add phoenix 10 years ago
benchmark_config.json 1e528d0697 Phoenix is a Fullstack framework - and its overhead should be compared to Cowboy. 8 years ago
mix.exs 0a65afdf05 Improve the Elixir Phoenix benchmark (#2214) 9 years ago
setup.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 years ago

README.md

Hello

To start your new Phoenix application:

  1. Install dependencies with mix deps.get
  2. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:8080 from your browser.