Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.72 KB

File metadata and controls

39 lines (34 loc) · 2.72 KB

swint

Greenkeeper badge Swint - Integrated web server/client framework

Installation

$ npm install --save swint

Components

Helper and logical components

  • swint-helper: Helper functions and classes for Swint
  • swint-task: Batch task manager for Swint. Proceeds the tasks one-by-one, respectively.
  • swint-configure: The Swint-style helper for configuring the environment for applications
  • swint-secret: Secret string manager for Swint
  • swint-pipe: Pipeline logic flow for Swint

Client-side components

Server-side components