https://github.com/gerardgargan/first_node
https://github.com/gerardgargan/first_node
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gerardgargan/first_node
- Owner: GerardGargan
- Created: 2023-11-26T19:06:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T20:35:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T17:27:11.208Z (10 months ago)
- Language: JavaScript
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# First Node JS
This project was a practice exercise completed during the QUB MSc in Software Development,
specifically this exercise followed the lecture on Node JSDuring the exercise a basic Node web server was created, which listens for responses on port 3000 and responds with HTML markup.
If an invalid url is given, appropriate headers (404) are sent along with a H1 Heading "Page not found".