This project demonstrates Client & server-side implementations for Wijmo's RestCollectionView class in both Node.js and .NET Core 8.0.
- Paginated, sorted, and filtered data
- Grouped data support
- Sample data from JSON files
- Node.js (v14.x or later)
- npm
- Install dependencies:
npm install - Run in production:
npm start - Run in development:
npm run dev - Access API:
http://localhost:4000/wwi/api/v1/purchaseorders
- .NET Core 8.0
- Visual Studio 2022
- Open
Mescius.Wijmo.Sample.Slnin VS 2022 - Build the project
- Run the project (F5)
- Access API:
http://localhost:5125
Both implementations can be consumed by Wijmo's RestCollectionView class from the wijmo.rest module.
For detailed API documentation and additional configuration options, please refer to the individual project folders.
