Skip to content

Files

Latest commit

6c87f16 · Jan 3, 2015

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 3, 2015
Jan 3, 2015
Dec 28, 2014

moonsun - server

This is a plain Node Express server serving static content from the public folder.

Later on I'll use this server only for a database backed game API. I then might remove serving static content from here.

Installation

npm install
npm start

Content will be served on port 1337 by default.