From 8bc29b51ddb165756c850ad777da41b92a2b3255 Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Wed, 19 Mar 2014 00:44:05 -0700 Subject: [PATCH] Add node swagger-framework --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index abc4840bc1..100578050d 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ These are third party tools generated by the Swagger community: - [Swashbuckle](https://github.com/domaindrivendev/Swashbuckle) - Adds some Swagger to your WebApi. - [Swagger.Net](https://github.com/Swagger-Net/Swagger.Net) - Library to document the ASP.NET Web API using the Swagger specification. +#### Node.js +- [Swagger Framework](https://github.com/silas/swagger-framework) - a module for creating Swagger-based apis using the standard HTTP request listener interface (including Express). It supports request normalization/validation, pluggable consumes/produces, spec validation, and more. + #### PHP - [Swagger-PHP](https://packagist.org/packages/zircote/swagger-php) - a library implementing the swagger.wordnik.com specification to describe web services, operations/actions and models enabling a uniform means of producing, consuming, and visualizing RESTful web services. - [NelmioApiDocBundle](https://github.com/nelmio/NelmioApiDocBundle) - A Symphony Bundle.