Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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