New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sxapi-core

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sxapi-core

sxapi-core is an simple and extensible framework for building microservices API using javascript technologies

  • 0.0.16
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
106
increased by1414.29%
Maintainers
1
Weekly downloads
 
Created
Source

SXAPI Core

Build Status

SXAPI for Simple and eXtensible Application Programming Interface It's an open-source framework for quickly building simple and small microservices API.

Getting Started

Open a shell terminal and type the following command

mkdir test
cd test
npm install sxapi-core
vi test.js

In your editor, write this sample code

var sxapi = require("sxapi-core");

sxapi.app.launch(function () {
    sxapi.app.log.info("application started", sxapi.app.timer.time('app'));
});

Then execute your application with

node test.js

You will see some logging and applicaiton exposed on http:localhost:8080

Troubleshooting

If you run into difficulties installing or running sxapi, please report issue for installer or issue for sxapi.

License

SXAPI is licensed under the Apache License, Version 2.0.

Keywords

FAQs

Package last updated on 12 Nov 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc