Popularity
6.8
Stable
Activity
0.0
Stable
1,339
58
209

Code Quality Rank: L4
Programming language: C#
License: MIT License
Tags: Tools    

Netling alternatives and similar packages

Based on the "Tools" category.
Alternatively, view Netling alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Netling or a related project?

Add another 'Tools' Package

README

Netling is a load tester client for easy web testing. It is extremely fast while using little CPU or memory.

Requirements

.NET 6

Usage

The base source is meant to support most scenarios. You can use the WPF client, console client or integrate Netling.Core into your custom solution.

Need custom headers, data, etc? Fork and tweak it to your needs! :)

SocketWorker

This is the default worker. It uses raw sockets and is very fast.

PS: SocketWorker requires keep-alive. Connection: Close will result in errors.

HttpClientWorker

This worker uses HttpClient and is easier to tweak.

Screenshots

Client

Result window

Console application