Skip to content

Server-side written using NodeJS native http server module. It is required by 'color-input-desktop' client-side

Notifications You must be signed in to change notification settings

IvanPostarnak/color-input-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Input (Server)

  • I was not well aware of standards of server's architecture, so I tried FSD (Future Sliced Design)
    • constants/ (for constants of Server, or of Module's)
    • features/ (for functions of middle levels)
    • helpers/ (support functions for ones of middle levels)
    • shared/ (mostly, creating functions)
    • modules/ (every module has )

  • Modules/
    • restoreEnvironment/ (creating files if they are not existing - UNdeletable)
    • serverLog/ (log related module)
    • txtDatabase/ (the one that is responsible for txt-data-saving)
    • sqlDatabase/ is comming...

About

Server-side written using NodeJS native http server module. It is required by 'color-input-desktop' client-side

Topics

Resources

Stars

Watchers

Forks