Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sfn

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfn

An easy and elegant distributed service framework for Node.js

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
213
increased by119.59%
Maintainers
1
Weekly downloads
 
Created
Source

Service Framework for NodeJS

An easy and elegant distributed service framework for Node.js

  • Node.js v10.0+
  • ES 2018
  • TypeScript
  • MIT License

For documentation, please visit sfnjs.com.

Easy and Elegant

SFN provides a set of friendly and elegant APIs, you can use them to build an expressive application very quickly, just focus on your own logic and design, and the framework will automatically handle everything that remains for you.

Distributed Design

SFN supports auto-scaling and service discovery, it allows you developing in one machine, and separate services whenever and wherever. The system will auto-redirect traffics, and distributively deploy without any modification.

Hot Reloading Modules

SFN provides a module solution that allows you, after modifying a source file, immediately hot-reload the module and functions without rebooting the process. And when deploying, restarting remote service will not break the application.


Run Test

SFN currently doesn't provide any unit test of the framework (but dependency modules do), the only way to test it is simply cloning the repository from GitHub to your computer, install all the dependencies and run the built-in documentation website.

git clone https://github.com/hyurl/sfn
mkdir ./node_modules
ln -s ./sfn ./node_modules/sfn # some modules require sfn in node_modules
cd sfn
npm install
tsc
node dist

Keywords

FAQs

Package last updated on 23 May 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

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