Networking with URLSession

How do I get “JSON server” used in the “Networking with URLSession” URLSession cookbook2.

Many thanks.

@rahu Thanks very much for your question!

Can you please elaborate on what you’re struggling with, and is this happening in a book or tutorial that is found on our site? Please provide additional details, and I’ll do my best to help.

Hi @syedfa,

I’m following the video tutorial https://videos.raywenderlich.com/courses/93-networking-with-urlsession/lessons/1
There is a JSON server that is being used in the tutorial, but I don’t know where to find them.

Thanks in advance,

Rahu.

Hi @rahu,
The url with port 3000 is a standard node.js port.

I will ask @audrey if she can post the json for node.js and the details on how to use the server as you have requested.

cheers,

Jayant

hi @rahu,

links to Node.js and json-server are in the Demo starter folder for lesson 2; the demo for that lesson shows how to set it up.

thanks @audrey :+1:t3: for the quick response

This topic was automatically closed after 166 days. New replies are no longer allowed.