🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

nvoi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nvoi

bundlerRubyGems.org
Version
0.1.0
Version published
Maintainers
1
Created
Source

Go + GORM + SQLite Example

Minimal example demonstrating NVOI deployment.

What It Does

  • Visit / → Creates random user → Returns all users
  • Visit /health → Health check
  • Database persists across deployments

Prerequisites

  • Own a domain and add it to Cloudflare DNS
  • Hetzner Cloud account
  • Run make build from project root

Deploy

# Setup
cp .env.example .env
vim .env  # Add your tokens

# Update domain in deploy.yml
vim deploy.yml  # Set domain/subdomain

# Deploy
make example-deploy

Test

# After deployment
curl https://yoursubdomain.yourdomain.com/
curl https://yoursubdomain.yourdomain.com/health

Local Test

make example-run
curl http://localhost:3000/

Response Example

{
  "message": "User created on this visit!",
  "new_user": {
    "id": 1,
    "name": "Alice Smith",
    "email": "user1699999999@example.com"
  },
  "total_users": 1,
  "all_users": [...]
}

FAQs

Package last updated on 08 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts