Skip to content

User Orchestration Completion

Pre-release
Pre-release
Compare
Choose a tag to compare
@uds5501 uds5501 released this 08 Feb 06:24
· 10 commits to main since this release
f9d1051

This is a HTTP websocket server for re-formers websocket client. The goal is to make a sample form editor with extremely basic features such as adding a form element (A question in this case) and editing the same in a non persisting server. Pssst... It's a fun project to explore web sockets in go and making your client as elaborate as possible.

Current Features

  • Websocket connection capabilities
  • Client connection orchestration

To do

  • Form Element introduction
  • Version control for users
  • Version control for form elements