Construct and send CoAP requests, manage workspaces, environments, and run scriptable mock servers. Built for modern IoT developers using Electron and React.
Construct, send, and deeply analyze CoAP requests and responses with a clean UI.
Keep your projects clean by organizing your requests into distinct workspaces and collections.
Seamlessly switch between environments. Use dynamic variables in your paths and payloads.
Built-in CoAP mock server featuring a rich code editor for custom routes and sandboxed scripting.
# Clone the repository
git clone https://github.com/Ronika-Co/CoapNode
cd CoapNode
# Install dependencies
npm install
# Run the development server
npm run dev
# Or build for your OS
npm run build