# Simplisity
Simplisity is a client side jQuery based framework and a set of Server side utilities. The idea is to keep things as simple and flexible as possible.
Simplisity is designed to take data from the html page, pass it to a server side API for processing, which then can return data or html to be added to the html page. Simplisity currently uses JQuery to ensure "simplicity".
## CDN
```
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/Rocket-CDS/DNNrocket@master/Simplisity/js/simplisity.js"></script>
```
## NUGET
There is a nuget package available for simplisity on nuget.org.