vweb: readme: list some features of vweb
parent
cd54b2878e
commit
0650d58818
|
@ -1,10 +1,18 @@
|
|||
This is pre-alpha software.
|
||||
|
||||
## Features
|
||||
- Very fast: performance of C on the web.
|
||||
- Small binary: hello world website is <100 KB.
|
||||
- Easy to deploy: just one binary file that also includes all templates.
|
||||
No need to install any dependencies.
|
||||
- Templates are precompiled, all errors are visible at compilation time,
|
||||
not at runtime.
|
||||
|
||||
Lots of things are broken and not implemented yet in V and vweb.
|
||||
|
||||
There's no documentation yet, have a look at a simple example:
|
||||
|
||||
https://github.com/vlang/v/tree/master/examples/vweb/test_vweb_app.v
|
||||
https://github.com/vlang/v/tree/master/examples/vweb/vweb_example.v
|
||||
|
||||
There's also the V forum: https://github.com/vlang/vorum
|
||||
|
||||
|
|
Loading…
Reference in New Issue