jwrapper: accept interfaces
[nit.git] / lib / nitcorn / README.md
1 The nitcorn Web server framework creates server-side Web apps in Nit
2
3 # Examples
4
5 Want to see `nitcorn` in action? Examples are available at ../../examples/nitcorn/src/.
6
7 # Features and TODO list
8
9  - [x] Virtual hosts and routes
10  - [x] Configuration change on the fly
11  - [x] Sessions
12  - [x] Reading cookies
13  - [x] Parameterized routes
14  - [ ] Full cookie support
15  - [ ] Close interfaces on the fly
16  - [ ] Better logging
17  - [ ] Info/status page
18  - [ ] `ProxyAction` to redirect a request to an external server
19  - [ ] `ModuleAction` which forwards the request to an independant Nit program
20
21 ## Bugs / Limitations
22
23 * The size of requests is limited, so no big uploads
24
25 # Credits
26
27 This nitcorn library is a fork from an independant project originally created in 2013 by
28 Jean-Philippe Caissy, Guillaume Auger, Frederic Sevillano, Justin Michaud-Ouellette,
29 Stephan Michaud and Maxime Bélanger.
30
31 It has been adapted to a library, and is currently maintained, by Alexis Laferrière.
32
33 Other contributors:
34
35 * Alexandre Terrasa