Skip to content

A basic tcp server which returns html templates dynamically (from /public)

License

Notifications You must be signed in to change notification settings

tencalink0/simple-tcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-tcp-server

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

How to setup

  1. Download all server files into desired folders
  2. Connect crate to project
  3. Initialise a new server Server::from_presets() or Server::new(ip, port)
  4. Run the server web_server.start()

Version 1.0 (c2118b147ee35c9df6ca26f1cbf43e3f074030b8)

Key Features:

  • Dynamically accessing files from index
  • Dynamically accessing templates from the required folders
  • Properly structured objects
  • ANSII colouring to display server side connections

About

A basic tcp server which returns html templates dynamically (from /public)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages