Skip to content

karthiksukumaran/nodejs-send-and-receive-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KarthikSukumaran.com

This project contains a basic Hello world service

Clone the project

git clone https://github.com/karthiksukumaran/nodejs-send-and-receive-json.git

Run NPM Install

npm install

Run the application

npm start

Testing the App

POST http://localhost:8888/sendandreceivejson Body { "input": "This is the input" }

Result will be

{"output": "This is the output message"}

About

Code to Send and Receive JSON using NodeJS RESTFul service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published