Skip to content

Releases: uds5501/re-formers-server

Blog Release

24 Feb 08:14
Compare
Choose a tag to compare

Current Features

  • Websocket connection capabilities
  • Client connection orchestration
  • Form elements completion
  • Version control for users
  • Version control for form elements

User Orchestration Completion

08 Feb 06:24
f9d1051
Compare
Choose a tag to compare
Pre-release

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