filmov
tv
Go: Create HTTP Server with a JSON endpoint #DevLog #GoMemUI

Показать описание
Perks:
- Email Newsletters
- Advanced Resources
- Extended Daily Vlogs
📚 For organized step-by-step tutorials:
📟 Community Channels:
Discord:
Telegram:
☎️ Other Accounts:
Twitter:
GitHub:
Medium:
Instagram:
📍 In this video:
This section is all about "UI" in MemUI 🙂 For the initial version, the "UI" will be auto-generated JSON content. We will make it accessible via the HTTP server.
- Serve an HTTP-server with standard "net/http" package;
- Index API to list all internal types;
- Explore API to list all objects for a selected type;
- Marshal to JSON;
#CoderVlogger #GoMemUI #DevLog