https://github.com/rishavs/jas
The “Just Add Sugar" framework is a simple web framework built on top of just-js
https://github.com/rishavs/jas
Last synced: 3 months ago
JSON representation
The “Just Add Sugar" framework is a simple web framework built on top of just-js
- Host: GitHub
- URL: https://github.com/rishavs/jas
- Owner: rishavs
- License: mit
- Created: 2022-06-08T11:27:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T12:34:25.000Z (about 4 years ago)
- Last Synced: 2025-02-26T12:31:46.357Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://discord.gg/Md4uJEkK)
# JAS (Just Add Sugar!) Web Framework
The “Just Add Sugar" framework is a simple web framework built on top of just-js
Note: This is a a project which was just started and is still in ideation phase.
JAS has the following key aspects;
1. Built on top of just-js
2. Tries to match Express.js api
3. First class support for Typescript
4. Full compatibility with express middlewares and other key libraries
5. Compatibility with some select nodejs libraries
6. Package, dependency management and running/build using npm
7. Basic project template using npx
8. Provides 2 deployment paths - docker, single binary
Goals:
1:1 api parity with express
a user should be able to use any reasonable Express project and just use it in JAS without any code changes and enjoy the masive speed/load bearing improvements.