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
421 views
Social user login
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.
Its purpose is to ...
2
votes
0answers
71 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
...
2
votes
0answers
110 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 ...
0
votes
0answers
52 views
Simple Router class
I made a simple routing class that I like to get reviews for, mostly because I do not know how to make it SOLID, since I even made this class separate from the HTTP response, request ... for the sake ...