A framework is an existing library or set of libraries to help you complete a common task faster and more easily. In most cases the tag for a specific framework should be used instead of this tag.
2
votes
0answers
88 views
node.js Review Core class of a Javascript framework for SPA's
A few years ago I started building a tiny (~300 SLOC) JavaScript framework for scalable and maintainable Single-Page-Applications written in CoffeeScript:
https://github.com/flosse/scaleApp and ...
1
vote
0answers
139 views
First Laravel Package [Social User Login] ? 4.1x
This is my first Laravel package it uses hybrid Auth package to authenticate users using their social network accounts. It can retrieve information to store in a local database.
It's purpose is to be ...
1
vote
0answers
42 views
Modular dynamic based routing with wildcards
I've created this router for my framework and wanted to get some feedback on if it's the most efficient way to search the routes.
The main router
...