An open API service indexing awesome lists of open source software.

https://github.com/ksafranski/noder

Simple, ephemeral docker-based NodeJS sandbox
https://github.com/ksafranski/noder

docker nodejs sandbox

Last synced: about 1 year ago
JSON representation

Simple, ephemeral docker-based NodeJS sandbox

Awesome Lists containing this project

README

          

# Noder

Docker NodeJS sandbox for testing code with an editor.

## Quick Start

Run the docker container with interactive flag:

```
docker run -it fluidbyte/noder
```

Inside the container will be two tmux panes running Vim (left) and Nodemon (right). Edit the content of the file in Vim then save `:w` and the right pane will reload the file.

To exit simply use the key command `C-a + q`.

---

[![Screenshot](screenshot.png)](http://imgur.com/gallery/LUM2q)