#python #bruteforce #creds #dictionary_attack #embedded #exploits #infosec #router #router_exploitation_framework #routersploit #routersploit_framework #scanner #security
https://github.com/threat9/routersploit
https://github.com/threat9/routersploit
GitHub
GitHub - threat9/routersploit: Exploitation Framework for Embedded Devices
Exploitation Framework for Embedded Devices. Contribute to threat9/routersploit development by creating an account on GitHub.
#go #expressjs #framework #golang #iris #laravel #middleware #mvc #performance #router #server #web_framework
https://github.com/kataras/iris
https://github.com/kataras/iris
GitHub
GitHub - kataras/iris: The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control.…
The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket: - kataras/iris
#typescript #hooks #javascript #location #params #react #route #router #routing #search #searchparams #url
https://github.com/tannerlinsley/react-location
https://github.com/tannerlinsley/react-location
GitHub
GitHub - TanStack/router: 🤖 Type-safe router w/ built-in caching & URL state management for JS/TS, React, Preact, Solid, Vue, Svelte…
🤖 Type-safe router w/ built-in caching & URL state management for JS/TS, React, Preact, Solid, Vue, Svelte and Angular - GitHub - TanStack/router: 🤖 Type-safe router w/ built-in caching &am...
#java #api_management #apm #authentication #circuit_breaker #configuration_management #metrics #microservices #multi_runtime #proxyless #rate_limiter #router #service_discovery #service_mesh
https://github.com/polarismesh/femas
https://github.com/polarismesh/femas
GitHub
GitHub - TencentFemas/femas: JavaAgent-based Microservice Governance Platform
JavaAgent-based Microservice Governance Platform. Contribute to TencentFemas/femas development by creating an account on GitHub.
#typescript #angular #framework #meta_framework #router #server_side_rendering #ssg #ssr #static_site_generator #vite #web
https://github.com/analogjs/analog
https://github.com/analogjs/analog
GitHub
GitHub - analogjs/analog: The fullstack meta-framework for Angular. Powered by Vite and Nitro
The fullstack meta-framework for Angular. Powered by Vite and Nitro - analogjs/analog
#rust #events #forwarder #logs #metrics #observability #parser #pipeline #router #rust #stream_processing #vector
Vector is a powerful tool for managing your observability data, such as logs and metrics. It allows you to collect, transform, and route your data to any vendor you choose, giving you full control. Vector is reliable, fast (up to 10x faster than alternatives), and secure. It helps reduce costs, improve data quality, and consolidate agents, making your observability processes more efficient and reliable. With a strong community support and extensive documentation, Vector is used by many big companies and is downloaded over 100,000 times daily. This makes it a valuable tool for anyone looking to manage their data effectively.
https://github.com/vectordotdev/vector
Vector is a powerful tool for managing your observability data, such as logs and metrics. It allows you to collect, transform, and route your data to any vendor you choose, giving you full control. Vector is reliable, fast (up to 10x faster than alternatives), and secure. It helps reduce costs, improve data quality, and consolidate agents, making your observability processes more efficient and reliable. With a strong community support and extensive documentation, Vector is used by many big companies and is downloaded over 100,000 times daily. This makes it a valuable tool for anyone looking to manage their data effectively.
https://github.com/vectordotdev/vector
GitHub
GitHub - vectordotdev/vector: A high-performance observability data pipeline.
A high-performance observability data pipeline. Contribute to vectordotdev/vector development by creating an account on GitHub.
👍1
#go #go #golang #gorilla #gorilla_web_toolkit #http #middleware #mux #router
The `gorilla/mux` package is a powerful tool for routing HTTP requests in Go. It allows you to match incoming requests to specific handlers based on various criteria such as URL paths, hosts, schemes, headers, and query values. Here’s the key benefit:
You can easily set up complex routing rules with variables in URLs, path prefixes, and even custom matchers. This makes it flexible for handling different types of requests efficiently. For example, you can define routes with variables like `/products/{key}` and retrieve these variables in your handlers. Additionally, you can use subrouters to group routes that share common conditions, optimizing request matching.
It also supports middlewares for tasks like logging and authentication, graceful shutdown of the server, and handling CORS requests. This makes it a comprehensive solution for building robust web applications in Go.
https://github.com/gorilla/mux
The `gorilla/mux` package is a powerful tool for routing HTTP requests in Go. It allows you to match incoming requests to specific handlers based on various criteria such as URL paths, hosts, schemes, headers, and query values. Here’s the key benefit:
You can easily set up complex routing rules with variables in URLs, path prefixes, and even custom matchers. This makes it flexible for handling different types of requests efficiently. For example, you can define routes with variables like `/products/{key}` and retrieve these variables in your handlers. Additionally, you can use subrouters to group routes that share common conditions, optimizing request matching.
It also supports middlewares for tasks like logging and authentication, graceful shutdown of the server, and handling CORS requests. This makes it a comprehensive solution for building robust web applications in Go.
https://github.com/gorilla/mux
GitHub
GitHub - gorilla/mux: Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍 - gorilla/mux
👏1
#go #framework #gin #go #middleware #performance #router #server
Gin is a fast web framework for Go that helps developers build efficient backend applications. It offers features like **speed**, **middleware support**, **crash-free operation**, and **JSON validation**. This makes it ideal for projects requiring high performance and reliability. By using Gin, developers can create robust web applications quickly and easily, benefiting from its lightweight design and active community support.
https://github.com/gin-gonic/gin
Gin is a fast web framework for Go that helps developers build efficient backend applications. It offers features like **speed**, **middleware support**, **crash-free operation**, and **JSON validation**. This makes it ideal for projects requiring high performance and reliability. By using Gin, developers can create robust web applications quickly and easily, benefiting from its lightweight design and active community support.
https://github.com/gin-gonic/gin
GitHub
GitHub - gin-gonic/gin: Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly…
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for ...