npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

msful

v0.1.43

Published

Web API server for micro service.

Readme

msful is a Web API server for microservices.

日本語の説明は こちら

msdul is a very easy and very simple web application server and aims to create ideas as soon as possible.

msful is RESTful and does not need to execute existing URL mapping, but uses directory-based URL access method, which enables more intuitive development.

A simple, thin framework, msful, so if you have experience developing with nodejs, or anyone who can handle web-based Javascript programs, you can develop quickly without requiring a lot of learning costs.

_

_

Benefits of using msful

Before, I used spring-boot, a web application server that runs in java, and built a web application with Vert.x in Scala language.

Recently, Web application environment was also developed using node's node-express.

But I thought one time. The node-express Web application server running on node is very inefficient in development.

That is, once node-express fixes the api program, it has to restart the node.

The node-express "during development" is reducing the development efficiency.

And they felt the same when they used java's spring-boot and scala's Vert.x.

Both spring-boot and Vert.x are the same as node-express, and it was necessary to restart the server after each operation check for the api program correction.

What I think using spring-boot and Vert.x is the cause of poor development efficiency because the api program update part is not reflected unless the server is restarted.

In the case of java, this is not possible due to language reasons.

However, in the node script, the updated part of the api program can be reflected on the node.

However, with node-express, by design, the node server restart is required to reflect the updated part of the api program on the node.

As a result, it can be said that the development efficiency of the node-express development environment has deteriorated "in the same way as java".

It is not particularly good personally as a PHP language or Web server, but if the script of the target content is updated, PHP automatically reloads it, as there is no restart for the server. You can say that "development efficiency" is good.

After thinking about various things and examining various things "It is good if it is good to make a Web application server with high development efficiency." I thought so, and made msful.

msful, like PHP-based web servers, is automatically incorporated into updates to target Api programs, so I think it will be more comfortable to develop than node-express.

I hope that msful developers can provide a better development environment for you.

_

_

The following document describes msful. It would be appreciated if you could better understand msful.

Description for installation of msful

Msful basic function description

Tutorial

Msful startup setting description

Msful start command description

Description for rtx (Response Context)

Description for msful base module

Msful initialization, description for built-in

_

_

日本語の説明は こちら