Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motss/benchmarking-nodejs-web-frameworks
Benchmarking many different Node.js web frameworks
https://github.com/motss/benchmarking-nodejs-web-frameworks
autocannon benchmark-framework benchmarking es-module expressjs fastify nodejs
Last synced: 16 days ago
JSON representation
Benchmarking many different Node.js web frameworks
- Host: GitHub
- URL: https://github.com/motss/benchmarking-nodejs-web-frameworks
- Owner: motss
- License: mit
- Created: 2017-09-13T16:15:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T16:19:21.000Z (over 7 years ago)
- Last Synced: 2024-10-24T08:27:20.139Z (about 2 months ago)
- Topics: autocannon, benchmark-framework, benchmarking, es-module, expressjs, fastify, nodejs
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-api
> Yet another NPM package to output greetings.
Just another NPM package that does simply amazing thing.
## How to use
The following is a simple code snippet:
```js
/* Import the package */
const greetings = require('test-api');/* Run it and display the output via console.log */
console.log(greetings()); /* output: Hello World from test-api! */
```## License
[MIT License](http://the-zumata-team.mit-license.org/) © The Zumata Team