cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Compiler skeleton code and moving connect() code into SeashellWebsocket class #705

Closed kpalway closed 7 years ago

kpalway commented 7 years ago

Moving the connect() code and the callback-related stuff into SeashellWebsocket allows the Compiler and Storage to easily tell when the websocket is connected. Also allows some simplification of the code.

This is (hopefully) close to the final version of the interface the React code will see.

yuliswe commented 7 years ago

Looks very nice to me. Merge if you want.