{"id":36985712,"url":"https://github.com/unhackeddev/nfury","last_synced_at":"2026-01-13T23:03:16.104Z","repository":{"id":327812957,"uuid":"709263429","full_name":"unhackeddev/nfury","owner":"unhackeddev","description":"Fast and efficient open-source load testing tool for APIs","archived":false,"fork":false,"pushed_at":"2025-12-27T23:41:43.000Z","size":106,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-13T19:46:49.287Z","etag":null,"topics":["api-testing","benchmarking","csharp-code","dotnet","http","load-testing","performance-testing","stress-testing"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unhackeddev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-24T11:14:30.000Z","updated_at":"2026-01-05T18:30:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/unhackeddev/nfury","commit_stats":null,"previous_names":["unhackeddev/nfury"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/unhackeddev/nfury","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhackeddev%2Fnfury","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhackeddev%2Fnfury/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhackeddev%2Fnfury/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhackeddev%2Fnfury/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unhackeddev","download_url":"https://codeload.github.com/unhackeddev/nfury/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhackeddev%2Fnfury/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-testing","benchmarking","csharp-code","dotnet","http","load-testing","performance-testing","stress-testing"],"created_at":"2026-01-13T23:03:16.011Z","updated_at":"2026-01-13T23:03:16.095Z","avatar_url":"https://github.com/unhackeddev.png","language":"C#","readme":"# NFury - API Load Testing Tool\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.svg\" alt=\"NFury Logo\" width=\"200\" height=\"200\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  🔥 \u003cstrong\u003eFast and Efficient API Load Testing Tool\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://dotnet.microsoft.com/\"\u003e\u003cimg src=\"https://img.shields.io/badge/.NET-10.0-512BD4\" alt=\".NET\"\u003e\u003c/a\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"License\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/unhackeddev/nfury/actions\"\u003e\u003cimg src=\"https://github.com/unhackeddev/nfury/workflows/CI/badge.svg\" alt=\"CI\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nNFury is an open-source tool developed to efficiently and quickly perform load testing on APIs. With NFury, you can simulate multiple virtual users making requests to a target API and analyze important metrics such as average response time, status code distribution, and percentiles.\n\n## ✨ Features\n\n-   **Virtual User Simulation**: Create a defined number of virtual users to simulate traffic on your API\n-   **Flexible Configuration**: Specify the API URL, HTTP method, and the number of requests to be made\n-   **Detailed Analysis**: Obtain detailed metrics such as average response time, status code distribution, and percentiles\n-   **Interactive Interface**: Track test progress in real-time with an interactive command-line interface\n-   **Web Dashboard**: Real-time monitoring via web interface with SignalR\n-   **Test History**: Store and compare test results with SQLite database\n-   **Project Management**: Organize multiple test configurations\n\n## 🚀 Quick Start\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/unhackeddev/nfury.git\ncd nfury\n\n# Build the project\ndotnet build -c Release\n\n# Run the application\ncd src/NFury\ndotnet run -- --help\n```\n\n### Basic Usage\n\n```bash\n# Start the web server\n./nfury server\n\n# Access the dashboard at http://localhost:5000\n```\n\n## 📊 Web Dashboard\n\nAccess the real-time dashboard at `http://localhost:5000` to:\n\n-   Create and manage load test projects\n-   Configure test parameters (URL, method, headers, body)\n-   Monitor test execution in real-time\n-   View detailed metrics and percentiles\n-   Compare historical test results\n\n## 📁 Project Structure\n\n```\n├── src/\n│   └── NFury/\n│       ├── Commands/           # CLI commands (run, server)\n│       │   ├── Run/            # Load test runner command\n│       │   └── Server/         # Web server command\n│       ├── Web/                # Web application components\n│       │   ├── Data/           # Database access\n│       │   ├── Hubs/           # SignalR hubs\n│       │   └── Services/       # Business logic services\n│       ├── wwwroot/            # Static web assets\n│       │   ├── css/            # Stylesheets\n│       │   └── js/             # JavaScript files\n│       ├── Program.cs          # Application entry point\n│       └── NFury.csproj        # Project file\n├── README.md                   # Project documentation\n├── LICENSE                     # MIT License\n├── CONTRIBUTING.md             # Contribution guidelines\n├── CODE_OF_CONDUCT.md          # Code of conduct\n├── SECURITY.md                 # Security policy\n└── CHANGELOG.md                # Version history\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🔒 Security\n\nFor security concerns, please see our [Security Policy](SECURITY.md).\n\n## 🙏 Acknowledgments\n\n-   Built with [.NET](https://dotnet.microsoft.com/)\n-   CLI powered by [Spectre.Console](https://spectreconsole.net/)\n-   Real-time updates with [SignalR](https://docs.microsoft.com/aspnet/signalr)\n\n\n## ☕ Support\n\nIf you find NFury useful and want to support its development, consider buying me a coffee!\n\n[![Buy Me a Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/cristianorodrigues)\n\n---\n\nMade with ❤️ by [Unhacked](https://github.com/unhackeddev)\n\n[GitHub](https://github.com/unhackeddev/nfury) | [Documentation](https://github.com/unhackeddev/nfury/wiki) | [Report an Issue](https://github.com/unhackeddev/nfury/issues)\n","funding_links":["https://www.buymeacoffee.com/cristianorodrigues"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funhackeddev%2Fnfury","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funhackeddev%2Fnfury","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funhackeddev%2Fnfury/lists"}