A demonstration web application for the OpenNHP JavaScript SDK.
🌐 Live Demo: https://jsdemo.opennhp.org
This demo showcases the OpenNHP authentication flow and connection status visualization. OpenNHP is a zero-trust network security protocol that hides protected servers from unauthorized access.
Simply open index.html in your browser, or use a local server:
# Using Python
python -m http.server 8000
# Using Node.js
npx serveThis project is deployed via GitHub Pages. Any push to the main branch will automatically deploy to jsdemo.opennhp.org.
jsDemo/
├── index.html # Main application file
├── CNAME # Custom domain configuration
├── LICENSE # License file
└── README.md # This file
- OpenNHP - Main OpenNHP repository
- OpenNHP Documentation - Official documentation
See LICENSE file for details.