DEV Community

Cover image for Making a REST service using Node and Express to use with Unity - Part 3

Making a REST service using Node and Express to use with Unity - Part 3

Cem Ugur Karacam on September 24, 2019

Greetings to all unity ninjas! This part we'll make a POST request from a unity client to the node server. We haven't made a database, yet, so I'l...
Collapse
 
jdnichollsc profile image
J.D Nicholls

Hey mate, excellent post! About Unity, check this wrapper for the UnityWebRequest to use Promises instead of Coroutines github.com/proyecto26/RestClient
Best!

Collapse
 
cemuka profile image
Cem Ugur Karacam

Thanks!
That's a pretty good wrapper!