A basic tcp server which returns html templates dynamically (from /public)
This was build solely as a proof-of-concept but also is being used for b_glossa
- Download all server files into desired folders
- Connect crate to project
- Initialise a new server
Server::from_presets()
orServer::new(ip, port)
- Run the server
web_server.start()
- Dynamically accessing files from index
- Dynamically accessing templates from the required folders
- Properly structured objects
- ANSII colouring to display server side connections