logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kore - An easy to use web platform for writing scalable, concurrent APIs in C or Python.

Commands

help   this help text

       run    run an application (-fnr implied)

       build  build an application

       clean  cleanup the build files

       create create a new application skeleton

       The commands mostly exist for your convenience when hacking on your Kore applications.

Description

       Kore  is  an  easy to use web platform for writing scalable, concurrent APIs in C or Python.  Its primary
       goals are security, scalability and allowing rapid development and deployment of such APIs.   Because  of
       this Kore is an ideal candidate for building robust, scalable and secure web things.

Name

       kore - An easy to use web platform for writing scalable, concurrent APIs in C or Python.

Options

-c     specify the configuration file to use

       -d     run with debug on (if compiled in)

       -f     start kore in foreground mode

       -h     this help text

       -n     do not chroot (if not starting kore as root)

       -r     do not runas (uid drop) (if not starting kore as root)

       -v     display kore's version information

       Production servers should be started using the options.

See Also

       Find more information on https://kore.io

                                                October 20, 2015                                         KORE(1)

Synopsis

kore [options|commands]

See Also