shiolinkjs
TypeScript icon, indicating that this package has built-in type declarations

3.1.3 • Public • Published

ShiolinkJS - SHIOLINK interface for JavaScript

npm npm license npm download total npm download by month

Dependency Status devDependency Status Travis Build Status AppVeyor Build Status codecov.io Codacy Badge Greenkeeper badge

Installation

npm install shiolinkjs

What is ShiolinkJS ?

ShioriJK is a library for using SHIOLINK.dll for making SHIORI subsystem.

Synopsys

import * as ShioriJK from "shiorijk";
 
class ShioriEngine {
    async load(dirpath: string) { }
 
    async request(request: ShioriJK.Message.Request) {
        return "SHIORI/3.0 400 Bad Request\r\n\r\n";
    }
 
    async unload() { process.exit(); }
}
 
export default new ShioriEngine();
shiolinkjs ./shioriEngine.js

API Document

https://narazaka.github.io/shiolinkjs/

License

This is released under MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i shiolinkjs

Weekly Downloads

0

Version

3.1.3

License

MIT

Unpacked Size

17.3 kB

Total Files

14

Last publish

Collaborators

  • narazaka