Go: Create HTTP Server with a JSON endpoint

Опубликовано: 26 Октябрь 2024
на канале: CoderVlogger
118
5

⚓️ Visit for more: https://bit.ly/memui-json-api

💳 Join CoderVlogger.com membership:
https://www.codervlogger.com/#/portal...
Perks:
Email Newsletters
Advanced Resources
Extended Daily Vlogs

📚 For organized step-by-step tutorials:
https://store.codervlogger.com/

📽 SUBSCRIBE to this YouTube channel: http://bit.ly/2SAN2c3

📟 Community Channels:

Discord:
  / discord  
Telegram:
https://t.me/codervlogger

☎️ Other Accounts:

Twitter:
  / kenanbekk   📣
GitHub:
https://github.com/KenanBek
Medium:
  / kenanbek  
Instagram:
  / codervlogger  

📍 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