Closing the gap between client and server side.
Generate a MVC layer for your project that reuse the same code on client and server side.
That's our goal.
/home$ npm install -g slot-cli /home$ ... /home$ slot create myDemo /home$ cd myDemo /home/myDemo$ slot start .. Designer loaded.. Server loaded.. REST API loaded.. Cross Side API loaded.. .. Start coding now.. :-)
Slot Framework is released under the MIT License and maintained by many collaborators in the GitHub community.
Take advantage of the language that really cross the line between platforms and technologies. The nature of JavaScript has become it a language that is used today in many areas like databases (MongoDB), web browsers, and finally Node.js.
Node Packaged Modules is the best option to centralize Node.js modules.
Slot is deployed on Npmjs.org index
to easy use and distribution, just type npm install slot-cli
in your command line
to start coding your project.
Disruptive client side frameworks are the perfect option to work with Slot, we can accomplish excellent results and a plethora of screen sizes using; Bootstrap, Zurb Foundation, Yahoo UI, JQuery, JQuery UI and many others.
Built over the premise, that the native environment of a browser is compounded for HTML+CSS+JavaScript, and today's web designs requires HTML5+CCS3 to ensure responsive and functionality in a lot of screen sizes.
Slot puts the focus on reuse every piece of work you have done on design/prototyping, that is why Slot provides a methodology to organize the page in fragments, and define data-models that fragments will be using.
A web page contains many spaces to insert data portions. This spaces are called Slots, and the portions are called Fragments, finally, a fragment is binded to a HTML template. This way keep your development using pure and powerful HTML.
Develop your REST Services faster, use the API to easy implement your web services. The responses can be done as a Single Objects or Array Objects, and built-in Native Server Side Pagination with scrolling methods (current, first, next, last).
We work whit passion, love and fully compromised in deliver our best effort in this project.
We really appreciate any community support, contributors can work with us as an Open Source project on GitHub.
Also, donations are welcome too via
Paypal Donate.
This are the core topics you need to know to maximise your experince with Slot Framework.
Include Node.js Drivers in your project to connect with MySQL, MariaDB, SQLite, PostgreSQL, MS SqlServer, MongoDB and many others. Get knowledge of tips and tricks to lean and faster binding with the MVC Layer...
Stay tuned with us, we are working hard.