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

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
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.

eg.

const {get} = require('@jsblw/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 @jsblw/mimas index.js

Keywords

server

FAQs

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