Re: Hoplon with websockets

2016-08-07 Thread William la Forge
A little documentation never hurt: https://github.com/hoplon/hoplon/wiki/Hoplon-with-Sente On Friday, August 5, 2016 at 4:48:04 PM UTC-4, William la Forge wrote: > > I've added a new demo to hoplon which uses sente websockets in place of > castra: https://github.com/hoplon/demos/tree/master/ws-s

Hoplon with websockets

2016-08-05 Thread William la Forge
I've added a new demo to hoplon which uses sente websockets in place of castra: https://github.com/hoplon/demos/tree/master/ws-simple#readme The demo is similar to the castra-simple demo, where the client requests and then displays a series of random numbers that are generated by the server. Th