aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

PoC of fetching data server- and front-end side #166

Closed sectore closed 7 years ago

sectore commented 7 years ago

To fetch data on server- (Node) and front-end (JS) we have to use a library which is supported on both sides. PureScript's Network.HTTP.Affjax won't work for this. So let's try it with isomorphic-fetch.

TODOs: