Bhojpur Web - Service Framework
The Bhojpur Web is an enterprise grade, distributed application framework, and client/server engine used by the Bhojpur.NET Platform for secure applications and/or services delivery using HTTP(S) protocols. It is pre-integrated with the Bhojpur IAM for enable identity and access management.
Server Engine
It is used as a primary HTTP Server engine within the Bhojpur.NET Platform ecosystem to host a wide range of web-enabled applications or services. It complies fully with the HTTP1.1, HTTP/2.0 protocol standards.
Client Engine
Just like the cURL utility, it could be utilized as an HTTP/S client software by application software testing tools. For example, web performance testing tools benefit from the statistics framework.
Reverse Proxy
It is used as a primary Reverse Proxy server within the Bhojpur.NET Platform ecosystem to route HTTP traffic securely among applications.
Application Generators
Using template files, it can automatically generate web application for multiple languages.
webctl generate --pkg testdata views/... --o views.go
The Bhojpur Web is used as a distributed application load testing tool. We benchmark HTTP servers and applications using different features built into the framework.
Load Testing Usage
webctl perftest [options] URL
Application Options:
--num-requests Number of requests to make (1)
--concurrent Number of concurrent connections to make (1)
--keep-alive Use keep alive connection
--no-gzip Disable gzip accept encoding
--secure-tls Validate TLS/SSL certificates
For Example:
$ webctl perftest --num-requests 100 --concurrent 4 https://www.bhojpur.net
# Requests: 100
# Successes: 100
# Failures: 0
# Unavailable: 0
Duration: 1.719238256s
Average Request Duration: 13.575435ms