nedpals/vex

Easy-to-use, modular web framework built for V

VAMPLweb-frameworkhttp-servervvlang
This is stars and forks stats for /nedpals/vex repository. As of 20 Apr, 2024 this repository has 326 stars and 31 forks.

Easy-to-use, modular web framework for V. module main import nedpals.vex.router import nedpals.vex.server import nedpals.vex.ctx fn print_req_info(mut req ctx.Req, mut res ctx.Resp) { println('${req.method} ${req.path}') } fn do_stuff(mut req ctx.Req, mut res ctx.Resp) { println('incoming request!') } fn main() { mut app := router.new() app.use(do_stuff, print_req_info) app.route(.get, '/', fn (req &ctx.Req, mut res ctx.Resp) { res.send_file('index.html', 200) }) ...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
ramseydsilva/dotfilesVim ScriptShell0010
tpope/vim-ragtagVim Script3540580
dyng/ctrlsf.vimVim ScriptRuby1.5k0830
fairdataihub/FAIRshareVuePythonJavaScript65060
madhuakula/kubernetes-goatHTMLJavaScriptCSS3.6k06030
orkestral/venomJavaScriptTypeScript5.3k09600
AhmadNaserTurnkeySolutions/emu8086AssemblyVisual Basic .NETOther32402110
sr2echa/Monotone-HWID-SpooferBatchfilePowerShellVBScript27001020
gnbdev/opengnbCMakefile87602020
ecere/ecere-sdkeCCMakefile3090940