Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ implementations proposed in this document. Links will be available soon.
- Multi-threading for CPU utilization and isolation
- Serve multiple ports in threads
- Serve static files with memory cache
- Load balancing for scaling
- Application configuration
- Simple logger and redirection from console
- Database access layer (Postgresql)
Expand All @@ -32,6 +31,12 @@ implementations proposed in this document. Links will be available soon.
- API parallel execution concurrency
- API method execution timeout

## Features to be implemented in next release

- Load balancing for scaling
- Prototype polution prevention
- Better code isolation

## Usage

- You need node.js v12.5.0 or later (v14 prefered)
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "^6.8.0"
},
"dependencies": {
"pg": "^7.18.2",
"ws": "^7.2.3"
"pg": "^8.0.3",
"ws": "^7.2.5"
}
}