1.0.12 • Published 1 year ago

muxjs-http v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

MuxJS

HTTP framework for Node.js inspired by the package mux in go.

const MuxJS = require('muxjs-http')

MuxJS.ListenAndServe(3000)

const r = MuxJS.NewRouter()

r.HandleFunc('/', handler).Method('GET')

function handler(w, r) {
    w.Send(`Hello World!`)
}

Installation

$ npm install muxjs-http

Documentation/Demonstration

https://github.com/robin-andreasson/MuxJS/tree/beta/demonstration

1.0.12

1 year ago

1.0.2

2 years ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago