Hacker News new | ask | show | jobs
by raphinou 4529 days ago
It's a pitty they do not show how client server communication is done. Eg how, after a click on a button, do i query a db and display its result in the page.
2 comments

Here's a simple example (in their repository) : https://github.com/tailrecursion/hoplon-uberwar
There's an examples Folder on GitHub with a client/server chat demo. That really helps figuring the RPC part out