Home  >  Article  >  Web Front-end  >  What framework is used to write the backend in js?

What framework is used to write the backend in js?

(*-*)浩
(*-*)浩Original
2019-05-20 15:16:105236browse

This article will introduce what are the back-end frameworks of js?

What framework is used to write the backend in js?

#1: Express

#Express is a flexible Node.js web application development framework that keeps the scale minimal for the Web. and mobile applications provide a set of powerful functions. Currently Express is the only one. It is a fast, open and minimalist web development framework based on the Node.js platform.

2: Next.js

Next.js is a lightweight React server-side rendering application framework. There are many people who want to learn Next.js. It provides Some study materials.

3.Koa
The next generation web development framework based on the Node.js platform

Koa is a new web framework developed by the original team behind Express By using async functions, Koa helps you discard callback functions and effectively enhance error handling. It does not bundle any middleware, but provides a set of elegant methods to write server-side applications quickly and happily. Koa is in the country The popularity is relatively high, so you can check out more if you have nothing to do.

4: Egg.js

Egg.js is a framework widely used by the Node.js community. It is simple and highly scalable, and is very suitable for personal projects. However, the framework itself lacks conventions, and the standard MVC model has all kinds of strange writing methods. Egg develops according to the agreement and adheres to the principle of "convention over configuration", so the cost of team collaboration is low.

5: Think.js

ThinkJS is a future-oriented Node.js framework that integrates a large number of project best practices to make enterprise-level development So simple and efficient. Starting from 3.0, the underlying framework is implemented based on Koa 2.x and is compatible with all functions of Koa.

Related learning recommendations: js video tutorial

The above is the detailed content of What framework is used to write the backend in js?. 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