Consolex : A web console for IEx

Sushruth Siv
Tiny Tech Tales
Published in
1 min readApr 18, 2016

I have been working with Elixir for a while and noticed the lack of easy to use web console for IEx, especially if you need to run it against something like

iex -S mix phoenix.server

Enter, https://github.com/sivsushruth/consolex

It is a one-step installation to use with any existing mix project. As easy as adding :consolex to deps.

Run mix consolex.server from your project directory and open localhost:5984 in your browser.

You can run multi line code in Elixir and also access the handy command history tool.

This project is under development and would love your thoughts on it.

--

--