Skip to content

Camus10/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HTTP Server

for example :
fetch('http://localhost:3000/friends', { method: 'POST', body: JSON.stringify({ id: 3, name: 'Camus' }) }) .then((response) => response.json()) .then((friend) => console.log(friend));

About

Fetching and posting data to the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published