nit icon indicating copy to clipboard operation
nit copied to clipboard

Nit language

Results 103 nit issues
Sort by recently updated
recently updated
newest added

`FileServer` is a basic `Action` which serves files on disk. Goal: add more customization options to `FileServer`, such as: - [ ] Follow symlinks - [ ] Show hidden files...

newcomer

Goal: Add a module to nitcorn to help using basic access authentication. Assume that the credentials on the server side are manage by the dev, either as a simple `HashMap`...

newcomer

Goal: Implement an optional module (or `Action`) which displays server status on a page. This status may contain information for the public or the admins: app version, number of request...

newcomer

Goal: Create a nitcorn module that implements the core of a CMS which can be used a high-level framework to quickly develop typical Web sites using nitcorn. Also create an...

newcomer

HTTPS makes connections secure. It is very useful. Goal: Wrap the useful features of a C library that provides TLS support in a Nit module using the [C FFI](http://nitlanguage.org/FFI/FFI_with_C.html). And...

newcomer

Who ever tought of runing third-party GCI with a nitcorn server?

newcomer

The idea is to use nitcorn as a dynamic web page generator without the server part. The server will be an autonomous and dedicated thing (like apache) and will take...

newcomer

One strange test report shows bizarre data corruption http://gresil.org/jenkins/view/Intégration/job/CI%20Github%20OSX/lastCompletedBuild/testReport/junit/tests.nitcs.lib/pthreads/jointask_example/ This should be investigated.

bug

This issue is used to submit ideas about the development of nitrpg. - [x] add a README - [x] add a homepage that list opened games - [x] players can...

todo