Shelf
Shelf makes it easy to create and
compose web servers and parts of web
servers. How? Expose a small set of
simple types. Map server logic into a
simple functio...
Enter
TypeGraphQL
Modern framework for GraphQL API in
Node.js. Use only classes and decorators
to define your GraphQL schema. No need
to define types in SDL and no need to
creat...
Enter
BunkerWeb
Being a full-featured web server (based
on NGINX under the hood), it will
protect your web services to make them
"secure by default". BunkerWeb
integra...
Enter
Capslock
Capslock is a command-line tool for
analyzing the capabilities of Go
packages to reveal what privileged
operations their code and dependencies
can perform. Rat...
Enter
Console Component
The Console component eases the
creation of beautiful and testable
command line interfaces. The Console
component allows you to create
command-line commands. Y...
Enter
Finder Component
The Finder component finds files and
directories based on different criteria
(name, file size, modification time,
etc.) via an intuitive fluent interface.
If y...
Enter
HttpKernel Component
The HttpKernel component provides a
structured process for converting a
Request into a Response by making use of
the EventDispatcher component. It's
flexib...
Enter
Routing Component
When your application receives a
request, it calls a controller action to
generate the response. The routing
configuration defines which action to
run for each...
Enter
CssSelector Component
XPath expressions are incredibly
flexible, so there is almost always an
XPath expression that will find the
element you need. Unfortunately, they
can also beco...
Enter