codeplatter 0.1.0

codeplatter is a tool to compile code snippets for browser based presentations where you can make ajax requests
codeplatter-0.1.0 is not a library.

codeplatter

codeplatter is a little tool I wrote to compile code snippets for a presentation.

When launched, you send your code via POST request to localhost:3000/<lang> and codeplatter will send you back the output.

Works currently with:

  • Rust: localhost:3000/rust
  • C++: localhost:3000/cpp