Separating client and server

I’ve been playing around with single page application architecture and I feel that a clean separation between client and server works quite well. So I thought I would share a demo GitHub - akeating/pespa: A demonstration of single page applications (Vuejs / Elm) with api server (Elixir/Phoenixframework) using graphql subscriptions.

For this demo I used Vuejs for the front end and of course Elixir/Phoenix for the server.

Cheers,
Adam

9 Likes