/make-basic-node-servers

create a read file server with node and another with express accessing the same public file resources.

Primary LanguageJavaScript

make-basic-node-servers

###Exercise purpose:

  • Setup a basic static file server in node & compare this to another setup using express accessing the same public file resources.

###To try out this basic app:

See the varying data returned for the different GET requests to either our bare node or express node servers.