
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
WebFast! Bot Application, including TON mini-apps for makign it easy and fast to build ini-apps
WebFast! is a lightweight, model-based framework developed by Hybrid Institute. It is designed for individuals who are interested in building no-code/low-code solutions and prefer an easy-to-setup development environment.
WebFast! provides a flexible and intuitive platform for creating web applications without the need for extensive coding. It empowers users to leverage a model-based approach, making it accessible to a broader audience, including those with limited coding experience.
Join the WebFast! Telegram Community for quick questions and further discussion of development of the webFast! Framework.
Clone the repository:
git clone https://github.com/ThePhotoCodeGrapher/webfast.git
Navigate to the project directory:
cd WebFast!
Install dependencies:
npm install
Configure the port:
/modules/express/init.js
. Open this file and modify the PORT
variable according to your preference.Start the development server:
npm start
Open your browser and visit http://localhost:1221/api to explore the dynamically structured API endpoints based on your modules in /modules/express/routes
.
/api/example/link
(from link.get.js
in /modules/express/example
)/api/example/{FOLDER_NAME}/{FILE_OR_FOLDER_NAME}
(based on your project structure)We welcome contributions from the community. If you'd like to contribute to WebFast!, please follow our contribution guidelines.
The generator
module is an object-based component of WebFast! that allows you to extend the functionality based on your specific requirements. This module will be automatically executed, taking into account its dependencies.
express.app
: This module is a prerequisite for the generator
module.The generator
module exports an object with the following structure:
module.exports = {
dependOn: ['express.app'],
name: 'generator',
run: function (program, name) {
console.log(`Running ${name}`);
// Here we can do whatever like grab modules for generator and represent them here
}
}
## Important Note on Including WebFast
When integrating WebFast into your project, consider the following instructions:
```javascript
// If you want to set up your own paths, add "paths: true" when requiring WebFast.
// This will prompt WebFast to look for specific folders within your project directory.
const program = require('webfast')({
paths: true,
path: __dirname
});
In this configuration:
The paths: true option instructs WebFast to search for specific folders within the project directory.
The path: __dirname parameter sets the base directory for WebFast, where it will look for the following essential folders:
bots ejs routes Within these folders, you can establish a dynamic setup, as exemplified in the module itself.
## program.modules.dependOn
example :
module.exports = { dependOn: ['express.app','modules.data'], name: '{UNIQUE_NAME}', run: async function (program, name,functions) { }, functions : { } }
To add an dependOn function
program.modules.dependOn({REQUIRE},program,{UNIQUE_NAME}-sync
,function(){
console.log(Depend On CallBack
);
});
## NEW BETA FEATURE
Feature where youo can add a special frame for multiple views through telegram without reloading
await web.fast.telegram(frame
).set(id,https://${window.location.hostname}/concepts/esimco/package#${id}
,async function(id){
console.log(Clicked Close
,id);
const frame = jQuery([wbfst-frame="${id}"]
);
console.log(The Frame
,frame);
jQuery(frame).animate({ opacity:0 }, 600,function(){
jQuery(this).remove();
});
});
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contact
For questions or feedback, please feel free to [contact me on LinkedIn](https://linkedin.com/in/kaigartner). You can also reach out to me on Instagram: [@kaigartner](https://instagram.com/kaigartner).
---
**Hybrid Institute** - Empowering the future with innovative solutions.
FAQs
WebFast! Bot Application, including TON mini-apps for makign it easy and fast to build ini-apps
We found that webfast demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.