1.5.0 • Published 3 years ago

thor-web v1.5.0

Weekly downloads
30
License
MIT
Repository
-
Last release
3 years ago

Thor-Web Framework

This framework is a light-weight, easy to use library. It provided most commonly used middlewares to let you can develop a full featured web application.

Getting start:

Use npm command to create a simple project:

npx thor-web my-project

Use 'degit' to create the project

  1. Create a simplest demo project (same with npx command):
npx degit ThorQin/thor-web-demo my-project
  1. Create a full featured project that using Vue3 build front-end web pages:
npx degit ThorQin/thor-web-vue my-project

Build project

npm run build

Start the project

npm start

Use nodemon to debug project

npm run debug

Features

  • Session: Control user login status
  • Security: Control access authorization
  • Body Parser: Provide methods to access request contents
  • Controller: Route request to controller js file
  • Static: Provide static resources access
  • Template: Provide js template render method (Powered by thor-tpl)
  • WebSocket: Provide WebSocket communication
  • Auto generate api-docs page (See vue3 project's demonstration)
1.5.0

3 years ago

1.4.38

3 years ago

1.4.31

3 years ago

1.4.30

3 years ago

1.4.32

3 years ago

1.4.34

3 years ago

1.4.36

3 years ago

1.4.29

3 years ago

1.4.20

3 years ago

1.4.22

3 years ago

1.4.21

3 years ago

1.4.24

3 years ago

1.4.23

3 years ago

1.4.26

3 years ago

1.4.25

3 years ago

1.4.28

3 years ago

1.4.27

3 years ago

1.4.19

3 years ago

1.4.18

3 years ago

1.4.17

3 years ago

1.4.15

3 years ago

1.4.14

3 years ago

1.4.16

3 years ago

1.4.13

4 years ago

1.4.11

4 years ago

1.4.10

4 years ago

1.4.9

4 years ago

1.4.8

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.11

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago