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 now have more .js files accessible to sort and free up clutter such as config.js!
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
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