0.9.0 • Published 5 years ago

@jsonql/koa v0.9.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

jsonql Koa server

This is an all in one setup to have your jsonql API server setup in no time.

It includes:

  1. Koa
  2. bodyparser, cors middleware
  3. jsonql-koa middleware
  4. OptionalDependencies jsonql-ws-server
  5. OptionalDependencies jsonql-socketio-server (coming soon)

Quick start

const jsonqlKoaServer = require('@jsonql/koa')

jsonqlKoaServer({
  autoStart: true,
  port: 3000
})

That's it.

CLI

You can also use the command line jsonql-koa-cli, it's better install this globally.

$ jsonql-koa-cli /path/to/config.json

If you don't supply the config file, then it will just all the default options to start the server.

Configuration

TBC


MIT (c) 2020 NEWBRAN LTD / TO1SOURCE CN

0.9.0

5 years ago

0.8.2

5 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.4

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago