Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 666 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 666 Bytes

Embed CNC

Example Server & Client

Client

Simple webpage that retrieves partner data from the server, then loads the floater CNC app. Using plain JS HTML and CSS.

Html5

Server

Simple Node Typescript server (Using Koa web framework)

Node TypeScript

💻 Start server

npm run start
# open public/index.html

💻 Start dev server

npm run start:dev
# open public/index.html

TODO

  • webpage calls the server and starts CNC