SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 298 forks source link

Add Node.js REST server and client-side REST mock #1470

Closed msssk closed 4 years ago

msssk commented 4 years ago

dgrid's tests currently rely on a PHP script (rest.php) for testing with dstore/Request and dstore/Rest. This PR adds a Node.js server (rest-node.js) and client-side request mocking (restMock.js) with dojo/request/registry