Skip to content

naoyu77/nodejs_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs_test

A project for learning Node.js fundamentals.

Usage

node app.js

Server runs at http://localhost:3000

Endpoints

Endpoint Description
/ Hello World (plain text)
/time Current time
/random Random number (0-99)
/greet?name=John Personalized greeting
/html Styled HTML page
/json JSON response with message, time, and random number
/headers Show request headers
/uuid Generate random UUID
/counter Persistent counter (increments on each access)

About

nodejs_test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors