1.4.1 • Published 4 years ago

hextec v1.4.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

hextec

A new web framework for building web applications.

Installation

To use hextec in your Node.js project, just run

hextec new app

and then you can use it. This would give you a file directory. You should edit the App.js file to make any meaningful changes.

Building from source

Clone the repo and then run

npm install

to get all of the dependencies. The typescript sources are located in the src folder.

Purpose

I was dissatisfied with Express and it's relatively bad workflow (at least for me), so I decided to write my own web framework using the HTTP module. This project however is currently in extreme beta, so I would not recommend using it yet.

Currently, this only functions as a REST API type service, but without any of the cool things like DB integration (I suppose you could use Mongoose or the official MongoDB driver if you wanted). I recommend using a frontend framework such as React or Vue to go along with this (React integration might be added in a future update, no promises though). Soon proper documentation will be added once I am satisfied enough with the actual functionality.

License

This project is licensed under the GNU General Public License v3.0. This means you can practically do anything with it except distribute closed source versions. Look in LICENSE.md for more details.

1.4.1

4 years ago

1.4.0

4 years ago

1.3.34

4 years ago

1.3.32

4 years ago

1.3.33

4 years ago

1.3.31

4 years ago

1.3.30

4 years ago

1.3.29

4 years ago

1.3.28

4 years ago

1.3.27

4 years ago

1.3.26

4 years ago

1.3.25

4 years ago

1.3.24

4 years ago

1.3.23

4 years ago

1.3.22

4 years ago

1.3.21

4 years ago

1.3.20

4 years ago

1.3.19

4 years ago

1.3.17

4 years ago

1.3.18

4 years ago

1.3.14

4 years ago

1.3.15

4 years ago

1.3.16

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.13

4 years ago

1.3.11

4 years ago

1.3.12

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago