acts
TypeScript icon, indicating that this package has built-in type declarations

2.5.4 • Public • Published

Build Status Coverage Status dependencies Status devDependency Status npm version npm npm npm npm npm

Acts

An application server that allows you to quickly create Backends and hosting Frontends.

It is completly redesinged with pure ES2017 Features.

To run the Scripts you can use NPM or Yarn. This Examples all use Yarn!

Installation

yarn install acts

Build Documentation

You need jsdoc to generate the Documentation!

yarn run docu

Usage

const ACTS = require('acts');
 
ACTS.createServer(process.cwd(), {
  server: {
      address: 'localhost',
      port: 8080
  }
}, [])
.start(function () {
  // insert stuff to do when server is started
});

More Documentation

1. Configuration

2. Dynamic API

3. Security

4. Websockets

Readme

Keywords

none

Package Sidebar

Install

npm i acts

Weekly Downloads

13

Version

2.5.4

License

MIT

Unpacked Size

93.6 kB

Total Files

30

Last publish

Collaborators

  • nodejayes