Monorepo for Feature Oriented Modules
npm @told/stack
- Build Main Package Code
- Inside
told-stack-npm
tsc -w
- Inside
- Build Demo
- Inside
samples/demo
npm start
- Inside
- Run Functions Locally
- Inside
samples/demo/_deploy
func host start --debug VSCODE
- Inside
- Remote Testing
- Example
- Multiple Requests at Multiple Urls
- In Git Bash:
curl http://toldstack.toldpro.com/api/lookup-lsc/test/aaa100[101-120]
- Example
- Each Folder is a module
- Each folder can have multiple tsconfig and webpacks
- Folders:
- src-client: Client Code
- src-server: Server Code (Azure Functions Api)
- src-config: Configuration Settings for the Module
Super Efficient High Latency Global Data
Update Data using a Timer
Ideal for Common Resources that are Always Needed
Update Data using an Update Request Queue
Ideal for Sporadic Resources that are Rarely Needed
-
Azure Function Triggers
-
Azure Functions Queue Bindings