#presentation #compile #snippets #browser #tool #requests #ajax

app codeplatter

codeplatter is a tool to compile code snippets for browser based presentations where you can make ajax requests

2 unstable releases

Uses old Rust 2015

0.1.0 Sep 21, 2016
0.0.1 Mar 4, 2016

#30 in #presentation

MIT license

5KB
110 lines

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

Dependencies

~6MB
~136K SLoC