1.5.0 • Published 1 year ago

thor-web v1.5.0

Weekly downloads
30
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.4.38

2 years ago

1.4.31

2 years ago

1.4.30

2 years ago

1.4.32

2 years ago

1.4.34

2 years ago

1.4.36

2 years ago

1.4.29

2 years ago

1.4.20

2 years ago

1.4.22

2 years ago

1.4.21

2 years ago

1.4.24

2 years ago

1.4.23

2 years ago

1.4.26

2 years ago

1.4.25

2 years ago

1.4.28

2 years ago

1.4.27

2 years ago

1.4.19

2 years ago

1.4.18

2 years ago

1.4.17

2 years ago

1.4.15

2 years ago

1.4.14

2 years ago

1.4.16

2 years ago

1.4.13

3 years ago

1.4.11

3 years ago

1.4.10

3 years ago

1.4.9

3 years ago

1.4.8

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago