Home >Web Front-end >JS Tutorial >Introducing kinekt: a typescript-first web framework for building REST Apis

Introducing kinekt: a typescript-first web framework for building REST Apis

Barbara Streisand
Barbara StreisandOriginal
2024-12-20 05:27:09394browse

Introducing kinekt: a typescript-first web framework for building REST Apis

I created a web framework called kinekt and would like to introduce it to the community:

https://kinekt.dev

Kinekt is a TypeScript-first, high-performance web framework built on web standards. It has the following features which set it apart from other frameworks in the javascript realm:

  • It is 100% type safe. It supports the use of zod schemas to declare endpoints
  • It has great DX. It auto-infers a client function for every endpoint you declare, making it extremely useful for developing full-stack web apps which are completely written in TypeScript
  • It is highly modular. The middleware engine is unlike most other existing implementations and follows a functional-style paradigm

It is still in early development stages. Feedback is highly appreciated!

The above is the detailed content of Introducing kinekt: a typescript-first web framework for building REST Apis. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn