0.7.0 • Published 8 months ago

@alepha/server v0.7.0

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

@alepha/server

Installation

npm install @alepha/server

Usage

import { Alepha, $route } from "@alepha/server";

class App {
  index = $route({
    handler: () => "Hello, World!",
  });
}

Alepha
  .create({
    SERVER_PORT: 3000,
    SERVER_OPENAPI_ENABLED: true,
    SERVER_SECURITY_ENABLED: true,
  })
  .with(App)
  .start();
0.7.0

8 months ago

0.6.10

8 months ago

0.6.9

8 months ago

0.6.8

9 months ago

0.6.7

9 months ago

0.6.6

9 months ago

0.6.5

9 months ago

0.6.4

9 months ago

0.6.3

9 months ago

0.6.2

9 months ago

0.6.1

9 months ago

0.6.0

10 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.5.0

10 months ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago