Skip to content

Commit

Permalink
stable
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Jun 12, 2022
1 parent ae655b2 commit b8d101c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,29 @@

# @fwd/server

> NodeJS Web Toolkit
> Feature-packed NodeJS Web Framework
## Features
## Basic Tools

- [Full Web Server (ExpressJS)](#advanced-example)
- [HTTP Library (Axios)](#built-in-http-client-axios)
- [In-Memory Manager](#in-memory-caching)

## Commodities

- [In-Memory Caching](#in-memory-caching)
- [SQL-Like JSON Database](#built-in-database-json-file)
- [Crypto UUID Generator](#generate-crypto-uuid)
- [Natural Language Date Parsing](#natural-language-date-parsing)
- [Natural Language Timestamps](#natural-language-timestamps)
- [Natural Language Cron](#natural-language-cron)
- [Filesystem Read/Write](#built-in-file-readwrite)
- [Filesystem Prepend/Append](#built-in-uuid-generator)
- [Execute Shell from NodeJS](#execute-shell-from-nodejs)
- [Natural Language Cron](#natural-language-cron)
- [Run SHELL from NodeJS](#execute-shell-from-nodejs)

## Install

```bash
npm install fwd/server
npm install @fwd/server
```

## Import
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fwd/server",
"version": "1.1.3",
"description": "NodeJS toolkit.",
"version": "1.1.5",
"description": "NodeJS Web Framework",
"main": "index.js",
"author": "Fresh Web Designs <[email protected]>",
"license": "MIT",
Expand All @@ -14,10 +14,10 @@
"url": "https://github.com/fwd/server/issues"
},
"dependencies": {
"@fwd/cache": "github:fwd/cache",
"@fwd/cron": "github:fwd/cron",
"@fwd/database": "github:fwd/database",
"@fwd/time": "github:fwd/time",
"@fwd/cache": "*",
"@fwd/cron": "*",
"@fwd/time": "*",
"@fwd/database": "*",
"axios": "^0.21.1",
"chrono-node": "^2.3.1",
"cors": "^2.8.5",
Expand Down

0 comments on commit b8d101c

Please sign in to comment.