TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: BlueOak Server Maximizes the Value of Swagger API for Node.js Devs

6 pointsby seanpk8over 9 years ago

2 comments

seanpk8over 9 years ago
Take a look at our newly released express.js-based, &quot;swagger-matic&quot;, server runtime for Node.js.<p>BlueOak Server is &quot;swagger-matic&quot; because it maximizes the value of your Swagger API by using it to drive runtime behavior: It loads your Swagger API, connects the paths it defines to your implementation code, exposes that API to the network, and validates that every request is well-formed per that API.<p>We&#x27;ve got a lot of value from using it on our projects, and hope you will too, or, at least your criticism will help us make it better for us :-)
jstoikoover 9 years ago
We&#x27;ve built something similar with RAML in Python. It&#x27;s called Ramses: <a href="https:&#x2F;&#x2F;github.com&#x2F;ramses-tech&#x2F;ramses" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ramses-tech&#x2F;ramses</a><p>I like the &quot;single source of truth&quot; concept. It makes a lot of sense IMO.<p>Does it generate the handlers for you or do you have to write them by hand and hook to the Swagger definition?
评论 #11044446 未加载
评论 #11044507 未加载