Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

[Assigment 1] Create http server #40

Closed
wants to merge 2 commits into from
Closed

Conversation

osukaa
Copy link

@osukaa osukaa commented Mar 17, 2015

Closes #1

var Hapi = require('hapi');
var Hoek = require('hoek');

var package = require('../package.json');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package is basically a module so the name should start with a capital letter var Package = ...

@hueniverse hueniverse added this to the 0.0.1 milestone Mar 17, 2015
@hueniverse hueniverse closed this Mar 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a basic HTTP server
3 participants