ssl-checker
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
A web application and API for checking SSL certificate information using
node:tls
.
- Web interface for checking SSL certificates
- REST API endpoints for programmatic access
- Clean, responsive UI built with Hono JSX
- Modular architecture with separated concerns
├── index.ts # Main Hono application with routes
├── ssl-checker.ts # SSL checking logic and types
├── templates.tsx # Hono JSX templates and components
└── README.md # This file