![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
In heavy development until version 0.1.0. Not nearly usable until then.
There are lots of fine libs for JavaScript/NodeJS out there. Not so much as for frameworks. With React/Webpack/Babel coming to mainstream it's becoming obvious that there's no decent full stack framework embracing those technologies. So the goal of this project is to become Ruby on Rails/Django for modern JS stack. Not nearly ready even for alpha quality prototypes. Wait for 0.1.0.
There are some libs that should be considered base platfrom for Rjanko and chance of them going away is extremly low:
All others should/must be made optional or replacable.
There 2 main goals of this project:
Quick start on a Mac OS X
# install nvm to manage node/npm versions, MongoDB and nginx
brew install nvm mongodb nginx
# make dir for sample project
mkdir myproject
cd myproject
# install latest iojs
nvm install 2.3.0
# make it default (optional)
# nvm alias default 2.3.0
# install Yeoman and its generator for Rjanko
npm install yo generator-rjanko
# run Yeoman generator to scaffold a project
./node_modules/.bin/yo rjanko
# click next couple of times
# Use node foreman to run sample project
./node_modules/.bin/nf start
Head to http://localhost:5000/ to see some models that can be created/updated.
FAQs
ES6+ web framework for perfectionists with deadlines
The npm package rjanko receives a total of 2 weekly downloads. As such, rjanko popularity was classified as not popular.
We found that rjanko 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.