All Projects → ksafranski → noder

ksafranski / noder

Licence: other
Simple, ephemeral docker-based NodeJS sandbox

Programming Languages

Vim Script
2826 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to noder

torjail
🔒 download, verify & run torbrowser in a sandbox
Stars: ✭ 14 (-12.5%)
Mutual labels:  sandbox
libTech
Game engine inspired by id Tech and Source written in C#
Stars: ✭ 42 (+162.5%)
Mutual labels:  sandbox
yagol
Yagol is a Conway's Game of Life sandbox game made with react. Customize the different options then create, share and watch your shapes evolve.
Stars: ✭ 31 (+93.75%)
Mutual labels:  sandbox
Fegaria-Remastered
Similar to my other project Fegaria, but with improved graphics, collisions and terrain generation.
Stars: ✭ 73 (+356.25%)
Mutual labels:  sandbox
SLib
SLib is a sandbox evasion library that implements some of the checks from https://evasions.checkpoint.com in C#
Stars: ✭ 50 (+212.5%)
Mutual labels:  sandbox
sandbox
Simple Windows Sandbox Configuration
Stars: ✭ 37 (+131.25%)
Mutual labels:  sandbox
unprotect
Unprotect is a python tool for parsing PE malware and extract evasion techniques.
Stars: ✭ 75 (+368.75%)
Mutual labels:  sandbox
go-echo-server-sandbox
A scaffold of golang web server using labstack/echo
Stars: ✭ 12 (-25%)
Mutual labels:  sandbox
athenadriver
A fully-featured AWS Athena database driver (+ athenareader https://github.com/uber/athenadriver/tree/master/athenareader)
Stars: ✭ 116 (+625%)
Mutual labels:  sandbox
neural-network-sandbox
A toy about fundamental neural network algorithms and Qt Quick 2 interface.
Stars: ✭ 69 (+331.25%)
Mutual labels:  sandbox
MySQLSandbox
MySQLSandbox with orchestrator in docker
Stars: ✭ 13 (-18.75%)
Mutual labels:  sandbox
lkm-sandbox
Collection of Linux Kernel Modules and PoC to discover, learn and practice Linux Kernel Development
Stars: ✭ 36 (+125%)
Mutual labels:  sandbox
HydroJudge
The next generation judging system for Hydro (and vijos)
Stars: ✭ 33 (+106.25%)
Mutual labels:  sandbox
xss-http-injector
XSS HTTP Inject0r is a proof of concept tool that shows how XSS (Cross Site Scripting) flags can be exploited easily. It is written in HTML + Javascript + PHP and released under GPLv3.
Stars: ✭ 22 (+37.5%)
Mutual labels:  sandbox
memscrimper
Code for the DIMVA 2018 paper: "MemScrimper: Time- and Space-Efficient Storage of Malware Sandbox Memory Dumps"
Stars: ✭ 25 (+56.25%)
Mutual labels:  sandbox
z-sandbox
A simple Sandbox implementation for Javascript
Stars: ✭ 24 (+50%)
Mutual labels:  sandbox
rvw developers core
SFCC Developers Core Cartridge. A Salesforce Commerce Cloud (Demandware) Cartridge for Developers.
Stars: ✭ 43 (+168.75%)
Mutual labels:  sandbox
SpaceProject
A top-down 2D, procedurally generated space exploration and shooter game using libGDX. Kinda like Asteroids, only a little bigger.
Stars: ✭ 28 (+75%)
Mutual labels:  sandbox
potd
A high scalable low to medium interactive SSH/TCP honeypot using Linux Namespaces, capabilities, seccomp, cgroups designed for OpenWrt and IoT devices.
Stars: ✭ 28 (+75%)
Mutual labels:  sandbox
NEWorld
NEWorld is a free game with similar game rules to Minecraft.
Stars: ✭ 107 (+568.75%)
Mutual labels:  sandbox

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].