-
Following the guide here http://kikaha.skullabs.io/v2.0.0/docs/web-socket-routing (though I have also reproduced this with v1.6), I attempt to compile the code below via `kikaha build`:
``` java
pack…
-
After ran:
curl -s http://skullabs.github.io/kikaha-cli/installer | bash
kikaha setup
And convert plugin.project.sh to DOS using dos2unix.exe
When I ran the follow command:kikaha project create empty…
-
**PS:** _This is a copied and pasted text from an earlier discussion about supporting query interception at the #134 issue_
Hi guys, I would like to suggest a different approach at this discussion an…
miere updated
7 years ago
-
Today, only `kikaha-core/source/kikaha/core/impl/conf/DefaultRoutes.java` makes use of `server.routes.request-encoding` and `response-encoding` configuration parameters. It should, otherwise, be used …
miere updated
8 years ago
-
miere updated
8 years ago
-
Kikaha looks a promusing micro framwork! I couldn't figure out from the doc and code base whether filter is supported. If not yet, do you have any plan?
-
Today implementation design makes Kikaha directly dependent on tRip for Dependency Injection. The idea is open the gates to another DI implementations, such as Spring and Guice.
To make this viable, …
miere updated
8 years ago
-
I'm creating this issue to group all issues related to the Kikaha's documentation.
If someone else find any other gap at the documentation, please, fill another issues or send us a note at the commen…
miere updated
8 years ago
-
This issue was reported to me by email from Simeon, lead developer from [ViburDBCP](http://www.vibur.org/).
```
smalchev@omega:~$ kikaha setup
[INFO] KIKAHA - an absurdly fast web server designed for…
miere updated
8 years ago
-
## Context
Developers should be able to intercept, handle, change or trace requests through an API inspired by the Servlet API's Filter.
## Definition of Done
Developers should:
- [x] be able to int…
miere updated
8 years ago