Skip to content

nmke-de/vexed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vexed

vexed is a server for the nex:// protocol, with basic CGI support.

But why?

As of me writing this, there is no other nex:// server with CGI support. In fact, I believe there is no other nex:// server out there other than the reference implementation.

Also, this serves as an exercise to learn the V programming language.

Security considerations

Don't use this server if the CGI scripts you call may harm your system. vexed does not check whether the scripts it calls are secure, and does not have sandboxing capabilities builtin.

Any executable file which is requested is considered a CGI script by vexed.

Dependencies

vexed relies on being able to listen to port 1900 for incoming TCP connections.

There are no build time dependencies other than a functioning V build environment (V compiler, V standard library).

Build

v .

The release binary was built using v -prod -prealloc . && strip vexed.

Usage

./vexed runs the server with the current working directory as root directory. Note that this is not the root for CGI scripts.

About

A server for the nex:// protocol with CGI support.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages