web

command module
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2022 License: MIT Imports: 4 Imported by: 0

README

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

Application Performance Testing

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
pkg
adapter
used to keep compatible with v1.x
used to keep compatible with v1.x
Application source code generated by Bhojpur Web framework.
Application source code generated by Bhojpur Web framework.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL