Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Aurora is an MVC web framework for creating RESTFUL CRUD applications quickly and simply
Aurora is an MVC web framework for creating CRUD applications quickly and simply.
It is based on REST architecture. In another word it is a RESTFUL web framework.
Aurora is written in Python, and partially used Flask.
You can install Aurora by running:
$ pip install aurora-mvc
To get started with Aurora simply do the following steps:
$ mkdir my_app
Here my_app is a variable name. Change it to anything of your choice at any time you want.
Linux / Mac:
$ python3 -m venv venv
Windows:
$ py -m venv venv
Linux / Mac:
$ source venv/bin/activate
Windows:
$ venv\scripts\activate
(venv) cd my_app
Notice that the project directory must be empty, otherwise you will get an error on the next step.
Linux / Mac:
(venv) python3
>>> from aurora import init
>>> init.start()
Windows:
(venv) py
>>> from aurora import init
>>> init.start()
Congratulations! You successfully initialized the root app. Now you are ready to get started with Aurora.
Linux / Mac:
(venv) python3 -m app
Windows:
(venv) py -m app
Documentation: Aurora Docs
Changelog: Aurora Changes
Issues: Aurora Bug Tracker
Source: Aurora GitHub Repo
PyPI: Aurora PyPI Page
Hello Everyone!
I'm Hemin Satya, a freelance programmer. Aurora framework is currently in beta version, and I'm trying my best to make it something magnificent. I hope you like it.
If you saw any bugs or mistakes, please let me know. I'll do my best to solve them asap.
Please let me know your precious comments, observations, and suggestions. (GitHub) (Twitter)
Thank you all.
FAQs
Aurora is an MVC web framework for creating RESTFUL CRUD applications quickly and simply
We found that aurora-mvc demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.