UNPKG

node-fast-server

Version:

It enables you to effortlessly create a high-performance API server built with Node.js and Express.

11 lines (7 loc) 191 B
import { FastServer } from "../fast-server"; const server = new FastServer() server.USE() server.ACTIVE_CORS() server.ACTIVE_SHARE_FOLDERS("PUBLIC") server.LISTEN() //server.STARTSERVER()