This is a simple backend service project template written with TypeScript and uses threads.
| Setting | Value |
|---|---|
| Purpose | Backend service with threads |
| Language | TypeScript |
| Architecture | npm/node |
| IDE | Visual Studio Code |
| License | GPL v3 |
| Tutorial | Youtube Tutorial |
- Run
npm install - Run
npm run build - The source is output to the
./distdirectory.
VS Code can run the service which allows for execution breakpoints, stack tracing, variable inspection and stack analysis.
- Open VSCode and go to the launchers and run
Launch Service.
npm can execute the service, but start with building it first.
- Run
npm run build - Run
npm run service
