Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.54 KB

README.md

File metadata and controls

49 lines (38 loc) · 2.54 KB

Static Badge Download

Table of Contents

An Easy to Setup Nodejs Server, With Easily Configurable Options

This project allows users to easily create their own NodeJS server, with preincluded packages, tools, and files with plenty of notes, resources, and more!

You Can Now Feel More Organized With the V2 of Dynamic Website Template

You now have more .js files accessible to sort and free up clutter such as config.js!


Known Issues

These are known issues with V2 of DWT, some issues may not be listed here, and if you believe one should that isn't please open a new issue

  • No issues listed yet! :D

There Are Many Preincluded Packages, Tools, and Files in This Project

For more info on each of the preincluded resources check out the Intro to Resources section of this README.md or in more/ItR/ folder. If you know anything about linux and can make me a shell versions of install.bat and run.bat, please do so by forking then request to pull.

  • Express - ExpressJS [Link]
  • Express Session - ExpressJS Session [Link]
  • Path - NodeJS Path For NPM [Link]
  • Body Parser - Processes body info easily [Link]
  • DotEnv - Secure way to store information [Link]
  • EJS - Embedded JavaScript [Link]
  • RandomString - Generate random strings [Link]

  • server.js - Main .js file
  • config.js - Storage for things that are configurable
  • appConfig.js - Storage for ExpressJS scripts, taking info from config.js
  • packages.js - Storage for all npm packages and whatnot, with exporting to easily add to new files
  • install.bat - Installs all packages
  • run.bat - runs the server, including my own made easy restart function