Skip to content

WandererMath/HttpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpServer

Building a simple http/https server by higher level languages (here node.js) which implement protocols in layer 4 of TCP/IP Model.

Handling http requests GET/POST. Illustrates page rendering by javascript. Later I may add some javascripts fetching data from REST API to illustrate AJAX.

Illustrates usage of TLS certificate. Note: this is a self-signed certificate for illustration purpose. Get a certificate from reputed CA for commercial usage.

Node.js interpreter required. To run: node server3.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published