monmouth-college-cs / kieft21-text-dashboard

0 stars 0 forks source link

Sending Results when already saved #13

Open cbigham01 opened 3 years ago

cbigham01 commented 3 years ago

As of now, it uses Jinja to send the results from an analysis that is already done. This happens when the user puts the room in the URL. A possible better solution may need to be worked on to send everything over sockets. AJAX to request results and emit them using socket back to the client.