Installation
Installating Hasty Server
To install Hasty Server, run the following command:
Install Hasty Server
npm install hasty-server
Import Hasty Server (CommonJS)
const Hasty = require('hasty-server');
const server = new Hasty();
Import Hasty Server (ES6)
import Hasty from 'hasty-server';
const server = new Hasty();