Awesome Micro

A collection of awesome things regarding zeit's micro.
Alternatives To Awesome Micro
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Grpc6,491
2 days ago12cc-by-4.0
A curated list of useful resources for gRPC
Fast Android Networking5,536
3 months ago241apache-2.0Java
🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
Awesome Go Cn4,148
2 days ago12mit
一个很棒的Go框架、库和软件的中文收录大全。:alarm_clock:脚本定期与英文文档同步,包含了各工程star数/最近更新时间,助您快速发现优质项目。Awesome Go~
Awesome Networking3,400
24 days ago7
A curated list of awesome networking libraries, resources and shiny things
Go Awesome3,368
a month ago2cc0-1.0
Go 语言优秀资源整理,为项目落地加速🏃
Awesome Rest3,300
4 months ago15cc0-1.0
A collaborative list of great resources about RESTful API architecture, development, test, and performance
Awesome Http Benchmark2,697
4 months ago10mit
HTTP(S) benchmark tools, testing/debugging, & restAPI (RESTful)
Awesome Clojure2,542
9 days ago2Clojure
A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff
Awesome Api2,091
7 months ago4
A curated list of awesome resources for design and implement RESTful API's.
Best Of Web Python1,903
5 days ago2cc-by-sa-4.0
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Alternatives To Awesome Micro
Select To Compare


Alternative Project Comparisons
Readme

Awesome Micro Awesome

A collection of awesome things regarding Vercel's Micro — Asynchronous HTTP microservices.

Contents

Modules

Routing

Authentication

Analytics

  • micro-analytics - Public analytics as a Node.js microservice, no sysadmin experience required.
  • micro-stats - Statsd helper for Micro.

Loggers, Errors & Reporting

Middlewares

  • micro-ratelimit - Rate limiting middleware for Micro.
  • micro-logzio - A middleware for micro framework that logs requests and responses using logz.io service.
  • micro-cors - Simple CORS middleware.
  • micro-ajv - An Ajv (Another JSON Schema Validator) middleware for Micro.
  • micro-mw - A simple library for abstracting middleware away from ZEIT Micro routes / functions.
  • micro-nosniff - Prevents mime type sniffing
  • micro-csrf - Anti-CSRF middleware.

Wrappers

HTTP Requests

  • micro-bunyan-request - Request, response logger middleware using bunyan for micro framework.
  • micro-get - Only accepts GET request for microservices built with Micro.
  • micro-post - Only accepts POST request for microservices built with Micro.
  • micro-redirect - A redirect function for Zeit's micro.
  • micro-chain - Builds flexible requests chains and pass them into micro handler.
  • micro-correlation-id - Correlate http requests across microservices.
  • micro-protocol - Get the protocol of the request (optionally following proxies).
  • micro-host - Get the host of the request (optionally following proxies).
  • micro-hostname - Get the hostname (host without port) of the request (optionally following proxies)

Higher Order

Utilities

  • micro-compress - Compression for HTTP microservices.
  • serve-handler - Static file serving and directory listing handler, used by Serve
  • micro-helmet - Security headers for micro, using the popular Helmet module
  • micro-cacheable - A micro utility for data caching
  • micro-health - An extension of micro with a Health Check API
  • micronize - Simple way of enhacing a function with Zeit's Micro framework (usefull for serverless environment, ie: now & aws lambda).
  • micro-cookie-session - Simple cookie-based session storage for micro.
  • micro-query - Simple querystring parser for Zeit's Micro.
  • micro-cookie - Cookie parsing for Zeit's Micro.
  • micro-match - A simple url matching utility for micro.
  • micro-chain - Builds flexible requests chains and pass them into micro handler.

Deployment Tools

Development Tools

Boilerplates

Articles & FAQ

Built with Micro

Popular Http Projects
Popular Awesome List Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Http
Awesome List
Router
Microservices
Routing
Error Reporting
Zeit