Skip to content

vanvuongngo/platformatic-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Platformatic workshop

Platformatic is the out-of-the-box, open source primitive to build & run Node.js applications.

Focus on building your Node.js applications, not building around them.

site: platformatic.dev

doc: Reference

Prerequisites

Workshop 1 - frontend & gateway

How to start with a frontend and expose it with the gateway application...

see workshop1-react-gateway

sequenceDiagram
  actor Client
  participant Gateway
  participant React
  Client->>+Gateway: GET /
  Gateway->>+React: GET /dist
  React-->>-Gateway: index.html, 200 OK
  Gateway-->>-Client: index.html, 200 OK
Loading
  • learn to use the wattpm CLI
  • learn to kickoff a watt project
  • learn how to expose an application with the gateway application
  • learn development mode with watch/ hot-reload and production mode

Further examples to learn platformatic

About

This workshop helps you to learn platformatic.dev to build production grade node applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published