Skip to content

A REST API, and web app in plain Node.js with no 3rd-party libraries.

License

Notifications You must be signed in to change notification settings

eldrego/NodeBasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeBasics

A REST API, and web app in plain Node.js with no 3rd-party libraries.

This is an uptime checker application built in raw NodeJs with no frameworks, and no external libraries This 2 pieces of software was written from scratch in plain ES5 Javascript without 'npm' because as there is no dependency management

Requirements

  • node 8.9.0

Installation

$ git clone https://github.com/eldrego/NodeBasics.git <my-project-name>
$ cd <my-project-name>
$ node index.js

If everything works, you should get a message indicating so. The Application will be served on port 3000 Open the web browser to http://localhost:3000/

About

A REST API, and web app in plain Node.js with no 3rd-party libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published