codeplatter 0.1.0

codeplatter is a tool to compile code snippets for browser based presentations where you can make ajax requests
1
2
3
4
5
6
7
8
9
10
# 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`