1.0.0-alpha.9 • Published 2 years ago
@observerx/server v1.0.0-alpha.9
@observerx/server
HTTP server for ObserverX, based on Expressjs.
Installation
$ npm install @observerx/server
Usage
import PlatformHttpServer from '@observerx/server';
const dataSource = getDataSource();
const server = new PlatformHttpServer(dataSource);
server.start();
// Server is listening on localhost:3000
// You can also set a port number and a host name through environment variables
Note: Configurations of ObserverX core should be written in environment variables or a
.env
file.
1.0.0-alpha.9
2 years ago
1.0.0-alpha.6
2 years ago
1.0.0-alpha.5
2 years ago
1.0.0-alpha.4
2 years ago
1.0.0-alpha.3
2 years ago
1.0.0-alpha.2
2 years ago
1.0.0-alpha.1
2 years ago
1.0.0-alpha.0
2 years ago