Skip to content

uds5501/re-formers-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re-formers-server

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