7 repository-uri
Tools for mapping API endpoints to local JavaScript objects and collections.
Distinct from REST APIs: Candidates refer to the API surface or specifications, not the client-side mapping of endpoints to objects.
Explore 7 awesome GitHub repositories matching web development · REST Resource Mapping. Refine with filters or upvote what's useful.
Restangular is a REST client and resource mapper for AngularJS applications. It provides a suite of tools for mapping API endpoints to local objects and collections, facilitating frontend CRUD implementation through standard HTTP methods. The project distinguishes itself through an async data binding system that links user interface elements to server-side objects, ensuring automatic updates upon request completion. It also features a programmable request interceptor pipeline for modifying headers and transforming responses, as well as a JSONP request handler to bypass same-origin policy rest
Connects API endpoints to local objects and collections using standard HTTP methods for efficient resource management.
Golang-100-Days is a structured, daily lesson curriculum for learning the Go programming language from the ground up, progressing into practical microservice and web application development. The project is built around a code-example-driven approach, where each day introduces new concepts through runnable Go snippets and complete project examples rather than abstract theory, covering Go fundamentals such as syntax, data types, control flow, functions, and packages. The curriculum differentiates itself by grouping lessons around specific Go frameworks and distributed system patterns. It includ
Designs API endpoints by mapping HTTP methods to backend resources following standard REST conventions.
AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en
Creates JSON document views over relational tables for flexible REST data access.
Acest proiect este interfața web pentru Home Assistant, servind ca un dashboard centralizat de gestionare pentru monitorizarea și controlul dispozitivelor smart home conectate și al serviciilor de automatizare. Oferă un panou de control grafic pentru a trimite comenzi către dispozitivele inteligente și a vizualiza telemetria în timp real din rețelele de automatizare a locuinței. Interfața facilitează orchestrarea dispozitivelor IoT și vizualizarea smart home, permițând monitorizarea senzorilor și a actuatoarelor pentru a urmări condițiile de mediu și de securitate. Integrează diverse hardware-uri și servicii de automatizare a locuinței într-o singură interfață utilizator unificată. Sistemul încorporează randarea dinamică a dashboard-ului pentru configurarea layout-ului și utilizează actualizări bazate pe WebSocket pentru a trimite schimbările de stare ale dispozitivelor live către browser. De asemenea, gestionează navigarea prin manipularea rutelor client-side și sincronizează datele prin gestionarea centrală a stării.
Maps frontend data requests to backend REST API endpoints to retrieve device configurations and historical telemetry.
Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side programming with Node.js. It provides a structured approach to building scalable network services, REST APIs, and real-time applications using asynchronous JavaScript. The project serves as a detailed implementation guide for several core backend patterns, including MongoDB data modeling and the construction of REST API development kits. It emphasizes a specific workflow for Docker containerization and offers a variety of strategies for managing user identity through stateless tok
Maps gateway resources and methods to route incoming HTTP requests to backend serverless functions.
Huntarr.io is a sports data dashboard, match tracker, and streaming aggregator. It functions as a centralized sports content hub for monitoring league standings, match results, and detailed game statistics. The platform aggregates real-time football broadcast links for international leagues and provides a feed of sports news and video highlights. It includes tools for analyzing tactical setups, team form, and squad availability through match previews. The application covers league tracking via game schedule visualization and standings monitoring. It also facilitates sports media consumption
Organizes sports data into predictable REST endpoints for structured access to teams, players, and results.
This project is a REST mock API and e-commerce sandbox that provides simulated backend data for testing and prototyping. It serves as a JSON data provider, offering predefined endpoints to manage product catalogs, customer profiles, and shopping carts. The system uses JSON-based mock persistence and in-memory state simulation to deliver consistent data without a database. It includes a JWT authentication mock that simulates user login flows by issuing tokens to verify identity and access to protected resources. The API covers capabilities for catalog management, shopping cart operations, and
Maps URL endpoints to mock data collections, allowing standard HTTP methods to manipulate records.