Fork me on GitHub
#hoplon
<
2017-06-06
>
bocaj07:06:30

I’m trying incrementally add hoplon libraries to a SpringMVC stack. Mounting components has worked great thanks to https://github.com/alandipert/embedded-hoplon-example Next, I’d like to use castra. Do you have example of castra used without ring…in another context?

alandipert15:06:58

@bocaj castra itself can’t be used without ring, since it’s implemented as a ring middleware

alandipert15:06:34

but the idea can easily be ported to other platforms, i think. the castra idea was originally implemented in PHP https://github.com/tailrecursion/wigwam#the-rest-of-wigwam

bocaj16:06:13

@alandipert Nice! I saw the implementation is quite small. Thanks for the link.