ChifiSource / Toolips.jl

a manic web-development framework
https://toolips.app
MIT License
60 stars 1 forks source link

WebServer => ServerTemplate merger #73

Closed emmaccode closed 2 years ago

emmaccode commented 2 years ago

A lot of the functions and things for a WebServer need to be enhanced. I would like it to be where the WebServer also contains the same data as the ServerTemplate, and then have it where different WebServers can be collectively indexed and worked with. That would make it easier to manage these from a high-level as modules, i.e. multiple websites running from the same module! Barely any memory usage, and shared variables across the scope of an entire project. Yowza! This won't take much time, but for now I am working on other things -- this will be part of 0.1.4!