Skip to content

roytruelove/restify-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

What?

An extremely basic restify server.

Why?

The restify docs include some Hello World code, but not how to run it. For absolute rookies some more guidance would be useful.

How?

Prerequisites

  1. Install node.js
  2. Clone this repo
  3. Run npm install to pull down the dependencies

Running

  1. Run node server.js
  2. Point your browser to localhost:8080/hello/Roy, or if you like, run curl -is http://localhost:8080/hello/Roy -H 'accept: text/plain'

About

Hello World app for Restify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published