#web-server #setting-up #complexity #page

app simple-web-server

A web server, just without all the complexity of setting one up!

2 unstable releases

0.2.0 Jan 17, 2023
0.1.0 May 17, 2022

#802 in HTTP server

GPL-3.0-or-later

2.5MB
228 lines

Simple Web Server

A web server, just without all the complexity of setting one up!

Template Page

How to use

sws launch [server name]: Launch a web server

sws list: List all known web servers

sws new [server name] [port number] <directory>: Create a new web server with specified name and port number optionally in a specified directory

sws remove [server name]: Remove a web server (Be careful! This cannot be undone!)

Planned Features:

  • HTTPS support
  • Python support
  • Relational database support (SQLite maybe?)

Dependencies

~20–35MB
~595K SLoC