Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@jcblw/mimas

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jcblw/mimas

a zero config server experiment

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Mimas

A moon of saturn 🌚 and a zero config server experiment.

The idea

Have a module build a server and require a directory to load all paths and middleware.

Do not try to install this via npm warning: this is very super experimental

eg.

const {get} = require('mimas')

get('/', (req, res) => {
  res.end('Hello Mimas')
})

I should just be able to throw this into my ./server directory and mimas should know how to run this.

To start this currently do.

node -r mimas index.js

Keywords

server

FAQs

Package last updated on 10 Aug 2016

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