Skip to content

FelixRiddle/risotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server generalization

This is a generalization of things I often do with express servers.

Because I ended up repeating code by copy pasting, I've done this project to generalize these aspects:

  • Dynamic server configuration

If anther server's ip / port changes this one has a route to discover it. That which other servers will send a request to.

Your app will not be able to use '/srv' because it's reserved for server configuration, like discovery.

  • Server creation
  • Middleware usage
  • Users folder
  • Protection
  • Server clustering

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published