We're building an AngularJS browser application for our 'Customers' to log into our NetSuite account. Being that it's a single-page application (inherent to AngularJS), once we return the application to the browser through a call to our only ssp page, we no longer make 'page' requests, only ajax. I've been researching SuiteLets and RESTlets to determine what should service those ajax calls and the 'stateless' aspect of a RESTlet is leading me towards the SuiteLet.