Vu Bao Nhu

Results 18 comments of Vu Bao Nhu

It's better if we have a general command called `init`: For shortkey: > kites init [my-app-name] -t [template] -d [directory] Or: > kites init [my-app-name] --template [template] --directory [directory] Params:...

Now we have done to create a chatbot easily with Nodejs by: # Using only NPM: 1. Install kites cli: `npm install @kites/cli` 2. Create a chatbot: `kites init my-chatbot...

Example for use: SPA Template ```ts // Every http GET request: `ip:port/myapp*` will be routed to static with folder name `myapp`. // `kites.config.json` with option: `discover: false` await kites().use(spa('myapp')).init() //...

A plugin is an extension which implements both server and client side.

@zainul-realtime did you make it work?

Chào e @trunglien03 Hiện [vntk/dictionary](https://github.com/vntk/dictionary) public cho em 2 api để sử dụng: * `.has(word:string)` * `.lookup(word:string)` Và em có thể đọc hướng dẫn tại trang chủ của repository này....

Hi @freezy I would love to have this feature. Do you have any solutions?

Thank you. I am thinking about the usage of (switch to) native driver for advanced query.