Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phacman/micro-start-node
Simple microservice with Node.js Vanilla and TypeScript.
https://github.com/phacman/micro-start-node
microservice node nodejs typescript vanilla
Last synced: about 6 hours ago
JSON representation
Simple microservice with Node.js Vanilla and TypeScript.
- Host: GitHub
- URL: https://github.com/phacman/micro-start-node
- Owner: phacman
- License: mit
- Created: 2023-09-28T05:41:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T07:05:13.000Z (about 1 year ago)
- Last Synced: 2023-10-04T18:41:38.071Z (about 1 year ago)
- Topics: microservice, node, nodejs, typescript, vanilla
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micro Start Node.js
Simple microservice with Node.js Vanilla and TypeScript.
Based on `node:20.6-alpine3.18`. Built image: `184 MB`;
```shell
# run this command to start
make d-up
```### URL addresses
- main page: `/`
- simple api: `/api`
- static file: `/download/some.txt`> Just **_click on the logo_** to download a static file.
![img.png](img.png)
## Analogs
- Golang Native: [micro-start-go](https://github.com/phacman/micro-start-go)
- Python Native: [micro-start-python](https://github.com/phacman/micro-start-python)
- PHP Native: [micro-start-php](https://github.com/phacman/micro-start-php)