1.0.2 • Published 6 months ago

rapidcat v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

rapidcat

Screenshot

Blazingly Fast, Exceptionally Lightweight, and Highly Flexible Web Framework for Node.js.

const rapidcat = require('rapidcat');
const app = rapidcat();

app.get('/', function (req, res) {
  res.send('Hello World');
})

app.listen(3000);

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install rapidcat

Follow our installing guide for more information.

Features

  • Robust routing
  • Focus on high performance

Philosophy

The rapidcat philosophy is to provide small, robust tooling for HTTP servers, making it a great solution for single page applirapidcations, websites, hybrids, or public HTTP APIs.

Contributing

The rapidcat project welcomes all constructive contributions. Contributions take many forms, from code for bug fixes and enhancements, to additions and fixes to documentation, additional tests, triaging incoming pull requests and issues, and more!

See the Contributing Guide for more technical details on contributing.

Security Issues

If you discover a security vulnerability in rapidcat, please see Security Policies and Procedures.

Running Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

People

The original author of rapidcat is Ferhat Yalçın

License

MIT

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago