Monthly Archives: April 2022

REST services – High tech easier than ever before

A few years ago I was doing some fooling around with creating my own RESTful services server. Restful services in Java Simple server example Simple client example Client and Server 360 Degree of restful server 360 Degree of Restful client … Continue reading

Posted in programming | Comments Off on REST services – High tech easier than ever before

REST services – the Node JS simple server

NodeJS has actually encapsulated all of the hard work. A simple server that will wait for HTTP GET statements. This simple server program has a lot of functionality. It is an example of three different endpoints that can be called. … Continue reading

Posted in programming | Comments Off on REST services – the Node JS simple server