Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamkoller/ts-node-kafka-express
TypeScript, Nodejs, Kafka and Express
https://github.com/williamkoller/ts-node-kafka-express
express kafka nodejs typescript
Last synced: 28 days ago
JSON representation
TypeScript, Nodejs, Kafka and Express
- Host: GitHub
- URL: https://github.com/williamkoller/ts-node-kafka-express
- Owner: williamkoller
- Created: 2023-04-18T03:08:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:34:41.000Z (about 1 month ago)
- Last Synced: 2024-12-04T20:30:04.594Z (about 1 month ago)
- Topics: express, kafka, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 173 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript, Nodejs, Kafkajs and Express
## Techs
> Apache Kafka / KafkaJS
> Babel
> Docker
> Express
> Eslint
> TypeScript
> Pettier
> Nodemon
> Sucrase
> Zookeeper
- **Obs**:
- **Sucrase is about 20x faster than Babel**. Here's one measurement of how Sucrase compares with other tools when compiling the Jest codebase 3 times, about 360k lines of code total:
```bash
Time Speed
Sucrase 0.57 seconds 636975 lines per second
swc 1.19 seconds 304526 lines per second
esbuild 1.45 seconds 248692 lines per second
TypeScript 8.98 seconds 40240 lines per second
Babel 9.18 seconds 39366 lines per second
```- Example Consumer: