npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

http-adventure

1.0.1

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:1
$ npm install http-adventure
DailyWeeklyMonthlyYearly

http-adventure

NPM version Downloads

Learn node's http module.

Installation

$ npm install -g http-adventure

Usage

$ http-adventure

    EXAMPLE-ADVENTURE
    -----------------
    hello_world
    events
    streams
    request
    response
    introspection
    module_parents
    -----------------
    HELP
    EXIT

Why?

Just about everyone knows express, but do you know http? By exploring the layer underlying all frameworks you get a powerful tool in your arsenal, allowing you to quickly create http connections by just running require('http').

This adventure is smaller in scope than learnyounode which teaches most of the node basics. If you're completely new to Node it's recommended to start there.

If you're completely new to JavaScript it's recommended you try out javascripting.

If you're here to just learn some http, I welcome you traveller!

See Also

  • api/http

License

MIT