# Restify Benchmarking Test From [restify.com](http://restify.com): > A Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale. restify optimizes for introspection and performance, and is used in some of the largest Node.js deployments on Earth. ### Test Type Implementation Source Code * [JSON](server.js) * [PLAINTEXT](server.js) ## Important Libraries The tests were run with: * [Restify](http://restify.com/) * [NodeJS](https://nodejs.org/en/) ## Test URLs ### JSON http://localhost:8080/json ### PLAINTEXT http://localhost:8080/plaintext