# nurse-api **Repository Path**: mirrors_Unitech/nurse-api ## Basic Information - **Project Name**: nurse-api - **Description**: Interface for seccomp-nurse - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nurse API ![Nurse API](http://desmond.imageshack.us/Himg337/scaled.php?server=337&filename=nurseapicompileyourcode.png&res=medium) Nurse API is a sandboxing solution. ## Bridge API The API bridge uses Node.js, Express. To lauch the api : node app.js To access to the documentation go to http://localhost:3005/ ### Unit testing node test/api-test.js ## seccomp-nurse Seccomp nurse is an Advanced Sandboxing Solution. It uses the Unix syscall **Seccomp** to jail entirely a process. # Todo - Handle compiled language (need to generate different out file) - Better Doc - Integrate seccomp-nurse