Y
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
weddpros
4529 days ago
Here's a simple example (in their repository) :
https://github.com/tailrecursion/hoplon-uberwar
link
terhechte
4529 days ago
There's an examples Folder on GitHub with a client/server chat demo. That really helps figuring the RPC part out
link
weddpros
4529 days ago
link :
https://github.com/tailrecursion/hoplon-demos/tree/master/ca...
link