New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

akera-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akera-server

Akera application server

latest
npmnpm
Version
1.4.4
Version published
Weekly downloads
39
95%
Maintainers
1
Weekly downloads
 
Created
Source

Akera Logo

Lightweight application server for Progress OpenEdge built on the node.js platform.

Installation

$ npm set registry "http://repository.akera.io/"
$ npm install akera-server

Docs

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

Quick Start

Configure an application server:

$ akera-server new sports
  • fill in configuration options as requested by the configuration script:

Configure Broker

  • add application databases (can be omitted if set in start-up parameter file)

Configure Broker databases

Start the application server:

$ akera-server start sports

Install the application server as a service (daemon):

$ akera-server install sports

License

Copyright (c) 2015 ACORN IT, Romania - All rights reserved

This Software is protected by copyright law and international treaties. This Software is licensed (not sold), 
and its use is subject to a valid WRITTEN AND SIGNED License Agreement. The unauthorized use, copying or 
distribution of this Software may result in severe criminal or civil penalties, and will be prosecuted to the 
maximum extent allowed by law. 

FAQs

Package last updated on 19 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts